jrgrafisk Posted February 4, 2021 Share Posted February 4, 2021 (edited) Hi Yesterday i tried moving the hook for a module, which went terribly wrong. I can access the backend but the front end is HTTP 500. I have tried turning on debug mode in /nettotruck.dk/config/defines.inc.php which doesn't work. I did manage to get this, when I turned on debug mode from the backend. Also I have tried clearing cache and disabling various modules. And of course deleting the module which hook i tried to move. Any suggestions? www.nettotruck.dk v 1.7.6.0 module i tried to move: contentBox https://contentbox.org/?v=1.1.3 in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php (line 53) return $isCalledFromOverridingMethod ? $this->data : serialize($this->data); } public function unserialize($data) { $this->data = \is_array($data) ? $data : unserialize($data); } /** * Converts the variable into a serializable Data instance. * Edited February 4, 2021 by jrgrafisk adding information (see edit history) Link to comment Share on other sites More sharing options...
jrgrafisk Posted February 4, 2021 Author Share Posted February 4, 2021 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4194312 bytes) in /customers/0/8/2/nettotruck.dk/httpd.www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php on line 75 Link to comment Share on other sites More sharing options...
jrgrafisk Posted February 4, 2021 Author Share Posted February 4, 2021 Notice: Undefined index: _route in /customers/0/8/2/nettotruck.dk/httpd.www/src/PrestaShopBundle/Controller/Admin/CommonController.php on line 121 Link to comment Share on other sites More sharing options...
jrgrafisk Posted February 4, 2021 Author Share Posted February 4, 2021 (1/1) OutOfMemoryException Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4194312 bytes) in smarty_internal_runtime_inheritance.php line 75 Link to comment Share on other sites More sharing options...
jrgrafisk Posted February 4, 2021 Author Share Posted February 4, 2021 I had to upgrade to a newer version to fix this. Meant my css edits are gone, but my shop works. 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