Jump to content

Just installed Prestashop 1.4.0.15, can't see list of modules


Recommended Posts

Hi all,

We've just installed the latest RC and were checking it out, but we have a problem. For some reason the list of modules can't be viewed in the backoffice.

It seems like whatever code that outputs the page literally died in the middle of it, the page's source is as follows:

});
       });[removed] 
 
 
Back Office 


           Modules



Has anyone encountered this before?

Link to comment
Share on other sites

  • 2 weeks later...

The same problem here. Go to /config/config.inc.php and set on lines 29,30:


@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', TRUE);
[code]

After setting display_errors to ON you can see php error when you are trying to show modules list. The php error that I had:

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 30720 bytes) in /www/classes/Module.php(408) : eval()'d code on line 372

To solve problem I had to change memory_limit from 24M to 100M (I have asked webhosting provider to change).

I hope this will help you ;-)
Peter
Link to comment
Share on other sites

×
×
  • Create New...