smiller511 Posted April 19, 2019 Share Posted April 19, 2019 Вот такая ошыбка Call to a member function isLogged() on null 500 Internal Server Error - FatalThrowableError Stack Trace in modules/idxlopd/idxlopd.php at line 197 - $moduleManager = $moduleManagerBuilder->build(); $refunds_manager = $moduleManager->isEnabled('idxrefunds'); $onecheckout = Configuration::get(Tools::strtoupper($this->name . '_OPC')); $is_logged = (boolean)$this->context->customer->isLogged(); $enabled_opc = Configuration::get('PS_ORDER_PROCESS_TYPE') ? 'yes' : 'no'; Logs - 1 error INFO - Matched route "admin_module_catalog". DEBUG - Read existing security token from the session. DEBUG - User was reloaded from a user provider. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShopBundle\EventListener\UserLocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShop\PrestaShop\Adapter\Security\Admin::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShop\PrestaShop\Adapter\Security\SslMiddleware::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShopBundle\EventListener\TokenizedUrlsListener::onKernelRequest". DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". WARNING - Translation not found. WARNING - Translation not found. DEBUG - SELECT l0_.id AS id_0, l0_.id_employee AS id_employee_1, l0_.id_module AS id_module_2, l0_.date_add AS date_add_3, l0_.date_upd AS date_upd_4 FROM lbqb_module_history l0_ WHERE l0_.id_employee = ? WARNING - Translation not found. DEBUG - filemtime(): stat failed for /home/dubalcos/public_html/3kat4mqlmj7vl9af/themes/new-theme/css/admin-theme.css CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function isLogged() on null" at /home/dubalcos/public_html/modules/idxlopd/idxlopd.php line 197 DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShopBundle\EventListener\UserLocaleListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShop\PrestaShop\Adapter\Security\Admin::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShop\PrestaShop\Adapter\Security\SslMiddleware::onKernelRequest". DEBUG - Notified event "kernel.request" to listener "PrestaShopBundle\EventListener\TokenizedUrlsListener::onKernelRequest". DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". Link to comment Share on other sites More sharing options...
wagood Posted April 19, 2019 Share Posted April 19, 2019 Это к разработчикам модуля скорее вопрос. Link to comment Share on other sites More sharing options...
smiller511 Posted April 19, 2019 Author Share Posted April 19, 2019 Когда хочу зайти на католог модулей вот такая ошыбка Whoops, looks like something went wrong. 1/1 FatalThrowableError in idxlopd.php line 197: Call to a member function isLogged() on null in idxlopd.php line 197 at IdxLopd->hookDisplayFooter(array('smarty' => object(Smarty_Custom_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => '4')) in Hook.php line 895 at HookCore::coreCallHook(object(IdxLopd), 'hookdisplayFooter', array('smarty' => object(Smarty_Custom_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => '4')) in Hook.php line 327 at HookCore::callHookOn(object(IdxLopd), 'displayFooter', array('smarty' => object(Smarty_Custom_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => '4')) in Hook.php line 843 at HookCore::exec('displayFooter', array('smarty' => object(Smarty_Custom_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => '4'), null) in smarty.config.inc.php line 168 at smartyHook(array('h' => 'displayFooter'), object(Smarty_Custom_Template)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayFooter'), object(Smarty_Custom_Template))) in 2b10f90acfc099e2f5c815b0efeec26b42251f32.file.footer.tpl.php line 128 at content_5cb974e6462ea8_39549647(object(Smarty_Custom_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('footer.tpl', null, null, object(SmartyCustom), false, true, false) in SmartyCustom.php line 110 at SmartyCustomCore->fetch('footer.tpl') in AdminController.php line 1822 at AdminControllerCore->display() in Controller.php line 225 at ControllerCore->run() in Dispatcher.php line 379 at DispatcherCore->dispatch() in index.php line 95 Link to comment Share on other sites More sharing options...
MigrationPro Posted April 19, 2019 Share Posted April 19, 2019 Привет, Вам необходимо связаться с разработчиком этого модуля. 1 Link to comment Share on other sites More sharing options...
Kerm Posted May 17, 2019 Share Posted May 17, 2019 При подобной проблеме рекомендую вначале попробовать понизить версию PHP до 5.6 и посмотреть исчезнет ли ошибка. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now