rishipandey Posted January 10, 2015 Share Posted January 10, 2015 Hi I just install prestashop 1.6.0.11 after successfully installing, when I was checking the dashboard options and when i click on module option it alwas showing the following fatal error please help me regarding this error even i again install the prestashop and also tried to install 1.6.0.9 same problem was occuring again. [PrestaShop] Fatal error in module smarty_internal_templateparser:Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) please tell me why it is heappning Link to comment Share on other sites More sharing options...
madimax Posted January 10, 2015 Share Posted January 10, 2015 hello which hoster do you have ? thank you Link to comment Share on other sites More sharing options...
madimax Posted January 10, 2015 Share Posted January 10, 2015 You can put this on your /config/config.inc.php : ini_set('memory_limit', '256M'); replace 256M by the size you need it works on my server Link to comment Share on other sites More sharing options...
rishipandey Posted January 10, 2015 Author Share Posted January 10, 2015 hi max thanks for your reply actually i have a hosting plan from a company manashosting.co.in. and please tell me where i will find ini_set('memory_limit', '256M'); because in my /config/config.inc.php : file i didint find this code. I just find ini_set('upload_max_filesize', '100M');ini_set('default_charset', 'utf-8');ini_set('magic_quotes_runtime', 0); no other and they are in prestashops config directory. Link to comment Share on other sites More sharing options...
vekia Posted January 10, 2015 Share Posted January 10, 2015 33554432 bytes is about 33mb prestashop to run smoothly needs ad least 64 mb make sure that your hosting account meet these requirements: http://www.prestashop.com/en/system-requirements Link to comment Share on other sites More sharing options...
Richard S Posted January 11, 2015 Share Posted January 11, 2015 If you have installed any custom or not official modules, it might have something with them. 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