rscott Posted April 14, 2014 Share Posted April 14, 2014 A new install of 1.6 and I can access the back office but the home page is blank. I turned on error reporting and got the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/scentgua/public_html/tools/smarty/sysplugins/smarty_internal_templateparser.php on line 3165 Appreciate any help. Thanks. Link to comment Share on other sites More sharing options...
rscott Posted April 14, 2014 Author Share Posted April 14, 2014 Fixed it. Added the line "ini_set('memory_limit', '512M');" to config.inc.php as suggested in another post. Should have searched that better before posting this. Sorry... noob. 1 Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 14, 2014 Share Posted April 14, 2014 Welcome to the forum rscott. Your post will help someone with the same problem. Thanks. Link to comment Share on other sites More sharing options...
vekia Posted April 14, 2014 Share Posted April 14, 2014 33554432 bytes in megabytes is only 32... prestashop require at least 64mb: http://www.prestashop.com/en/system-requirements this is why you saw this error 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