lensdoctor Posted January 3, 2014 Share Posted January 3, 2014 I installed prestashop 1.5.6 I installed a third party theme I did these one after the other and did not check site before installing theme. I get this error message... Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /data/6/0/145/142/471794/user/480676/htdocs/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.phpon line 807 Link to comment Share on other sites More sharing options...
benjamin utterback Posted January 3, 2014 Share Posted January 3, 2014 You need to increase your memory limit. Read both the HTTP500 Blog and the php.ini optimization blog in my signature. You'll be able to solve it. Link to comment Share on other sites More sharing options...
lensdoctor Posted January 5, 2014 Author Share Posted January 5, 2014 (edited) Now I get this... Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /data/6/0/145/142/471794/user/480676/htdocs/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.php on line 51 also from Network Solutions Fileman I get something else... 500: Internal server errorThis error is generated when a script running on the server could not be implemented or permissions are incorrectly assigned for files or directoriesTroubleshooting suggestions:Temporarily disable any rewrite rules by renaming your .htaccess file if it exists.Ensure that any CGI or Perl scripts have at least .755. permissions.If trying to run PHP and you get this error, you may have an invalid php.ini in your /cgi-bin, or may be missing your php.dat file in this folder. My php.ini file is a blank page The line 51 doesn't exist as far as I can see. Oh, by the way, the original warning... Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /data/6/0/145/142/471794/user/480676/htdocs/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.phpon line 807 went away on it's own Edited January 5, 2014 by lensdoctor (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2014 Share Posted January 5, 2014 Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /data/6/0/145/142/471794/user/480676/htdocs/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.phpon line 807 this is why you see internal server error, and it's related only to this part of errors you've got. script trying to allocate additinal 71 bytes only, if you will increase memory limit in your php.ini file, problem will disappear. Link to comment Share on other sites More sharing options...
lensdoctor Posted January 5, 2014 Author Share Posted January 5, 2014 This issue went away for now… Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /data/6/0/145/142/471794/user/480676/htdocs/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.phpon line 807 My problem now has to do with the php.ini file, it was a blank so I was unable to change the memory setting. I put in a help request with my host to see if it can be restored. Extremely frustratrated and impatient, I screwed up, I found one (php.ini) I could copy on a php forum, I pasted it into my blank one and got… Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /data/6/0/145/142/471794/user/480676/htdocs/prestashop/tools/smarty/sysplugins/smarty_internal_templateparser.php on line 51 also from Network Solutions Fileman I get something else... 500: Internal server errorThis error is generated when a script running on the server could not be implemented or permissions are incorrectly assigned for files or directoriesTroubleshooting suggestions:Temporarily disable any rewrite rules by renaming your .htaccess file if it exists.Ensure that any CGI or Perl scripts have at least .755. permissions.If trying to run PHP and you get this error, you may have an invalid php.ini in your /cgi-bin, or may be missing your php.dat file in this folder. I'm waiting for help from Network Solutions 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