nicetimes Posted March 29, 2014 Share Posted March 29, 2014 [PrestaShop] Fatal error in module smarty_internal_templateparser:Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes). ---- What is it? Link to comment Share on other sites More sharing options...
prestamax Posted March 29, 2014 Share Posted March 29, 2014 (edited) You need to increase your memory limit on the server. Everthing of 128M and greater is a good number. Some hosters allow increasing the memory limit via settings, .htaccess or php.ini with some hosters you need to upgrade your hosting package. Your memory limit is definitely too low (33554432 bytes = 32M). You need 4 times more. I wouldn't try with anything less than 128M. Edited March 29, 2014 by prestamax (see edit history) Link to comment Share on other sites More sharing options...
nicetimes Posted March 29, 2014 Author Share Posted March 29, 2014 thank you very much. Link to comment Share on other sites More sharing options...
Recommended Posts