silver925 Posted July 22, 2014 Share Posted July 22, 2014 Good Afternoon, We are getting the following error when trying to access the modules tab and no modules are displayed: Fatal error: Cannot re-assign auto-global variable _POST in /home/*****/public_html/classes/Module.php(581) : eval()'d code on line 464 We think this started after our host upgraded to PHP 5.4. We have Prestashop version 1.4.7.0. Any help on this would be much appreciated. Thank You. Best Regards, Adam Link to comment Share on other sites More sharing options...
silver925 Posted July 23, 2014 Author Share Posted July 23, 2014 This is the code on line 464: WHERE `id_module` = '.(int)($ids)); Thanks Link to comment Share on other sites More sharing options...
tomerg3 Posted July 23, 2014 Share Posted July 23, 2014 The error is coming from one of the modules rather than that actual file. Try to Enable both DEV_MODE and DEBUG_PROFILING If you still do not get more detail on the error, you can try moving modules from the /modules folder until you find the module that's causing the error. Link to comment Share on other sites More sharing options...
silver925 Posted July 24, 2014 Author Share Posted July 24, 2014 I'll do that, thanks. Link to comment Share on other sites More sharing options...
Recommended Posts