pippunx Posted April 19, 2014 Share Posted April 19, 2014 Hi everybody. After making an automatic smarty cache clear, i found out i couldnt see my web site anymore, What i see is just a blank page. I tried to force compile, disable and enable cache. Tried to go to the config php file looking for debug mode lines but i couldnt find them. Pls help. What am i supposed to do? Link to comment Share on other sites More sharing options...
vekia Posted April 19, 2014 Share Posted April 19, 2014 turn on error reporting. then instead of blank page you will see detailed error log. paste error code here. i bet on memory problems but i might be wrong. Link to comment Share on other sites More sharing options...
pippunx Posted April 21, 2014 Author Share Posted April 21, 2014 On 4/19/2014 at 7:45 PM, vekia said: turn on error reporting. then instead of blank page you will see detailed error log. paste error code here. i bet on memory problems but i might be wrong. Thanks a lot for the aid mate. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/artcas7/public_html/tools/smarty/sysplugins/smarty_internal_templateparser.php on line 2687 Link to comment Share on other sites More sharing options...
Dh42 Posted April 21, 2014 Share Posted April 21, 2014 Ask your host to raise your php memory limit. Link to comment Share on other sites More sharing options...
vekia Posted April 21, 2014 Share Posted April 21, 2014 btw. 33554432 is only 32 mb prestashop needs at least 64mb to run smoothly. other "minimum" requirements you can find here: http://www.prestashop.com/en/system-requirements it's worth to check it, especially when you want to change / order some hosting package Link to comment Share on other sites More sharing options...
Recommended Posts