Jump to content

fatal error in module after upgrading to 1.6


Recommended Posts

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

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 =128M


Note 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

  • 3 weeks later...
  • 1 month later...
×
×
  • Create New...