Skip to content

Update to the PS MBO module causes the following error #838

@bsylwek

Description

@bsylwek

Today's update to the PS MBO module causes the following error and prevents access to the backend or frontend. I immediately commented out the module via FTP in the modules directory by renaming the _ps_mbo folder.

It's good that I was able to restore the module from a backup to the previous version. I have Prestashop 1.7.8.11.

Symfony Exception
Symfony Docs
Symfony Support
UndefinedMethodException
HTTP 500 Internal Server Error
Attempted to call an undefined method named "hasResults" of class "Symfony\Component\Finder\Finder".

Exception Logs 2 Stack Trace 

Symfony\Component\Debug\Exception\ UndefinedMethodException
in modules/ps_mbo/src/Module/ModuleOverrideChecker.php (line 58)

    public function listOverridesFromPsDirectory(): array
    {
        $finder = new Finder();
        $finder->files()->in(_PS_OVERRIDE_DIR_)->name('*.php');
        if (!$finder->hasResults()) {
            return [];
        }
        $fileList = [];
        foreach ($finder as $file) {

ModuleOverrideChecker->listOverridesFromPsDirectory() in modules/ps_mbo/src/Service/View/ContextBuilder.php (line 208)
ContextBuilder->getCommonContextContent() in modules/ps_mbo/src/Service/View/ContextBuilder.php (line 101)
ContextBuilder->getViewContext() in modules/ps_mbo/ps_mbo.php (line 591)
ps_mbo->hookDisplayDashboardTop(array('smarty' => object(Smarty_Internal_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => 1)) in classes/Hook.php (line 1007)
HookCore::coreCallHook(object(ps_mbo), 'hookDisplayDashboardTop', array('smarty' => object(Smarty_Internal_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => 1)) in classes/Hook.php (line 431)
HookCore::callHookOn(object(ps_mbo), 'displayDashboardTop', array('smarty' => object(Smarty_Internal_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => 1)) in classes/Hook.php (line 944)
HookCore::exec('displayDashboardTop', array('smarty' => object(Smarty_Internal_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => 1), null) in config/smarty.config.inc.php (line 167)
smartyHook(array('h' => 'displayDashboardTop'), object(Smarty_Internal_Template)) in classes/Smarty/SmartyLazyRegister.php (line 83)
SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayDashboardTop'), object(Smarty_Internal_Template))) in var/cache/dev/smarty/compile/53/77/20/5377206d332cb0d9e882c0b7126decdcbc9bccf1_0.file.page_header_toolbar.tpl.php (line 204)
content_68d4f2b7386ce8_83214089(object(Smarty_Internal_Template)) in vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php (line 123)
Smarty_Template_Resource_Base->getRenderedTemplateCode(object(Smarty_Internal_Template)) in vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php (line 114)
Smarty_Template_Compiled->render(object(Smarty_Internal_Template)) in vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php (line 216)
Smarty_Internal_Template->render(false, 0) in vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php (line 232)
Smarty_Internal_TemplateBase->_execute(object(Smarty_Internal_Template), null, null, null, 0) in vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php (line 116)
Smarty_Internal_TemplateBase->fetch('page_header_toolbar.tpl') in classes/controller/AdminController.php (line 1919)
AdminControllerCore->display() in controllers/admin/AdminLegacyLayoutController.php (line 221)
AdminLegacyLayoutControllerCore->display() in classes/controller/Controller.php (line 326)
ControllerCore->run() in src/Adapter/LegacyContext.php (line 242)
LegacyContext->getLegacyLayout('AdminModulesManage', 'Moduły', array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), '', true, '', true, '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?_token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', array('base_url' => '/admin2915dokte/index.php', 'token' => 'VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE'), '', true) in src/PrestaShopBundle/Twig/LayoutExtension.php (line 203)
LayoutExtension->getLegacyLayout('AdminModulesManage', 'Moduły', array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), '', true, '', true, '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?_token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', array('base_url' => '/admin2915dokte/index.php', 'token' => 'VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE'), '', true) in var/cache/dev/twig/d9/d9749bc588219670c9a054207fc45f827351469228b86fa373e2a9dc4faeefbe.php (line 43)
__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2->doGetParent(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array('Bulk Action - One module minimum' => 'Musisz wybrać co najmniej jeden moduł aby korzystać z masowych działań.', 'Bulk Action - Request not found' => 'Akcja "[1]" nie jest dostępna, żądanie niemożliwe do wykonania.', 'Bulk Action - Request not available for module' => 'Akcja [1] nie jest dostępna dla modułu [2]. Pominięto.'), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore', 'ps' => object(__TwigTemplate_d8a2535075c6de1ac4b0c1c665e7c2fa210738a0b402f0c686450935a3e53fb7))) in vendor/twig/twig/src/Template.php (line 125)
Template->getParent(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array('Bulk Action - One module minimum' => 'Musisz wybrać co najmniej jeden moduł aby korzystać z masowych działań.', 'Bulk Action - Request not found' => 'Akcja "[1]" nie jest dostępna, żądanie niemożliwe do wykonania.', 'Bulk Action - Request not available for module' => 'Akcja [1] nie jest dostępna dla modułu [2]. Pominięto.'), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore', 'ps' => object(__TwigTemplate_d8a2535075c6de1ac4b0c1c665e7c2fa210738a0b402f0c686450935a3e53fb7))) in var/cache/dev/twig/d9/d9749bc588219670c9a054207fc45f827351469228b86fa373e2a9dc4faeefbe.php (line 57)
__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2->doDisplay(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array('Bulk Action - One module minimum' => 'Musisz wybrać co najmniej jeden moduł aby korzystać z masowych działań.', 'Bulk Action - Request not found' => 'Akcja "[1]" nie jest dostępna, żądanie niemożliwe do wykonania.', 'Bulk Action - Request not available for module' => 'Akcja [1] nie jest dostępna dla modułu [2]. Pominięto.'), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore', 'ps' => object(__TwigTemplate_d8a2535075c6de1ac4b0c1c665e7c2fa210738a0b402f0c686450935a3e53fb7)), array('javascripts' => array(object(__TwigTemplate_ee2dfcf38e37b0905674333e8252a69412096b8050a6c5991a57c0995da4ef1f), 'block_javascripts'), 'translate_javascripts' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_translate_javascripts'), 'content_header' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_content_header'), 'session_alert' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_session_alert'), 'sidebar_right' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_sidebar_right'), 'content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in vendor/twig/twig/src/Template.php (line 453)
Template->displayWithErrorHandling(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array('Bulk Action - One module minimum' => 'Musisz wybrać co najmniej jeden moduł aby korzystać z masowych działań.', 'Bulk Action - Request not found' => 'Akcja "[1]" nie jest dostępna, żądanie niemożliwe do wykonania.', 'Bulk Action - Request not available for module' => 'Akcja [1] nie jest dostępna dla modułu [2]. Pominięto.'), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore'), array('javascripts' => array(object(__TwigTemplate_ee2dfcf38e37b0905674333e8252a69412096b8050a6c5991a57c0995da4ef1f), 'block_javascripts'), 'translate_javascripts' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_translate_javascripts'), 'content_header' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_content_header'), 'session_alert' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_session_alert'), 'sidebar_right' => array(object(__TwigTemplate_bfb1872d950c32cea568018501683a3ee0f12804bec2de203b8e3fa0373e7de2), 'block_sidebar_right'), 'content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in vendor/twig/twig/src/Template.php (line 420)
Template->display(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array('Bulk Action - One module minimum' => 'Musisz wybrać co najmniej jeden moduł aby korzystać z masowych działań.', 'Bulk Action - Request not found' => 'Akcja "[1]" nie jest dostępna, żądanie niemożliwe do wykonania.', 'Bulk Action - Request not available for module' => 'Akcja [1] nie jest dostępna dla modułu [2]. Pominięto.'), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore'), array('javascripts' => array(object(__TwigTemplate_ee2dfcf38e37b0905674333e8252a69412096b8050a6c5991a57c0995da4ef1f), 'block_javascripts'), 'content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in var/cache/dev/twig/fa/fa9c91f44fa4525941acab0165c203f49bb26082468b45c54a1f6a3ffb60d46b.php (line 45)
__TwigTemplate_ee2dfcf38e37b0905674333e8252a69412096b8050a6c5991a57c0995da4ef1f->doDisplay(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array('Bulk Action - One module minimum' => 'Musisz wybrać co najmniej jeden moduł aby korzystać z masowych działań.', 'Bulk Action - Request not found' => 'Akcja "[1]" nie jest dostępna, żądanie niemożliwe do wykonania.', 'Bulk Action - Request not available for module' => 'Akcja [1] nie jest dostępna dla modułu [2]. Pominięto.'), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore'), array('javascripts' => array(object(__TwigTemplate_ee2dfcf38e37b0905674333e8252a69412096b8050a6c5991a57c0995da4ef1f), 'block_javascripts'), 'content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in vendor/twig/twig/src/Template.php (line 453)
Template->displayWithErrorHandling(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array(), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore'), array('javascripts' => array(object(__TwigTemplate_ee2dfcf38e37b0905674333e8252a69412096b8050a6c5991a57c0995da4ef1f), 'block_javascripts'), 'content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in vendor/twig/twig/src/Template.php (line 420)
Template->display(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array(), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore'), array('content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in var/cache/dev/twig/b7/b7aab88ee60ae54559ff6faa3a06275cf690500642e6ed40aaa4ea0477b452e1.php (line 43)
__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e->doDisplay(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array(), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore'), array('content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in vendor/twig/twig/src/Template.php (line 453)
Template->displayWithErrorHandling(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania', 'theme' => object(Theme), 'default_currency' => object(Currency), 'default_currency_symbol' => 'zł', 'root_url' => '/', 'js_translatable' => array(), 'app' => object(AppVariable), 'webpack_server' => false, 'multistore_field_prefix' => 'multistore'), array('content' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_content'), 'catalog_categories_listing' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_catalog_categories_listing'), 'addon_card_see_more' => array(object(__TwigTemplate_ab07af4f0c5ec243d06b80a07d24b17e21401b13a623a252ac459819ecbea79e), 'block_addon_card_see_more'))) in vendor/twig/twig/src/Template.php (line 420)
Template->display(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?_token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania')) in vendor/twig/twig/src/Template.php (line 432)
Template->render(array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?_token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania')) in vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php (line 50)
TwigEngine->render('@PrestaShop/Admin/Module/manage.html.twig', array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?_token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania')) in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php (line 286)
Controller->render('@PrestaShop/Admin/Module/manage.html.twig', array('maxModulesDisplayed' => 6, 'bulkActions' => array('bulk-uninstall' => 'Odinstaluj', 'bulk-disable' => 'Wyłącz', 'bulk-enable' => 'Włącz', 'bulk-reset' => 'Wyczyść', 'bulk-enable-mobile' => 'Włącz w mobilnych', 'bulk-disable-mobile' => 'Wyłącz w mobilnych'), 'layoutHeaderToolbarBtn' => array('add_module' => array('href' => '#', 'desc' => 'Załaduj moduł', 'icon' => 'cloud_upload', 'help' => 'Załaduj moduł'), 'addons_connect' => array('href' => '#', 'desc' => 'Połącz z Addons marketplace', 'icon' => 'vpn_key', 'help' => 'Połącz z Addons marketplace')), 'layoutTitle' => 'Moduły', 'categories' => object(stdClass), 'topMenuData' => array('categories' => object(stdClass)), 'requireAddonsSearch' => false, 'requireBulkActions' => true, 'enableSidebar' => true, 'help_link' => '/admin2915dokte/index.php/common/sidebar/https%253A%252F%252Fhelp.prestashop.com%252Fpl%252Fdoc%252FAdminModules%253Fversion%253D1.7.8.11%2526country%253Dpl/Pomoc?_token=VtoEQpYgrn1033flXkeqeza0pKwimxx7YpSOMmN85aE', 'requireFilterStatus' => true, 'level' => 4, 'errorMessage' => 'Nie masz uprawnień do dodawania')) in src/PrestaShopBundle/Controller/Admin/Improve/ModuleController.php (line 143)
ModuleController->manageAction() in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 151)
HttpKernel->handleRaw(object(Request), 1) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68)
HttpKernel->handle(object(Request), 1, false) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200)
Kernel->handle(object(Request), 1, false) in admin2915dokte/index.php (line 82)
500 @ admin_module_manage

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions