greybrains Posted March 21, 2014 Share Posted March 21, 2014 Hi everyone, I'm new to Prestashop and just performed the 1 click upgrade this morning. The back office looks okay but when I click on the modules link I get this message: [PrestaShop] Fatal error in module smarty_internal_templateparser: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) My front office theme has been obliterated and I can't access the modules to reinstall it. How do I fix this? I am not a programmer so I hope the solution is simple and doesn't involve any coding. thanks everyone Link to comment Share on other sites More sharing options...
vekia Posted March 22, 2014 Share Posted March 22, 2014 It looks like your server is configured with 64MB of memory allocated to PHP.In your php.ini file, you can increase the memory limit, like so:memory_limit =128MNote that consistently increasing the amount of memory allocated to your application is often the sign of a bigger problem. You might also want a developer to look through the code for any data that is not being properly cleaned up. in my opinion something must be wrong with code. Did you checked error log for more informations? Maybe there you can find where the problem occur Link to comment Share on other sites More sharing options...
mohamed23 Posted April 8, 2014 Share Posted April 8, 2014 Hi, vekia I have the same issue when I try to upgrade from 1.4.11 to 1.6 or 1.5.6 to 1.6 I think the problem is not on "memory_limit" cause I'm using a dedicated server and "memory_limit" is set on 200 M Link to comment Share on other sites More sharing options...
jafakash cp Posted May 23, 2014 Share Posted May 23, 2014 hi, me too increased memory limit but it still showing fatal error. i hv been sittting for this for 3 days hope u hv answer thanks Jafakash Link to comment Share on other sites More sharing options...
Recommended Posts