Re: allowed memory size exhausted
Quote:
Originally Posted by
e-standard
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 16384 bytes) in /home/estanda1/public_html/includes/classes/db/mysql/query_factory.php on line 45
You are almost there. Increase your Server PHP Memory by another 32MB (giving you 288MB total) and you should be good. Then you can focus on what is using so much memory.
Re: allowed memory size exhausted
Quote:
Originally Posted by
mc12345678
It's not really a new message, just an indication that 1) increasing the memory size didn't solve anything and 2) that there remains something causing a problem.
So, when you described the process of upgrading, did the new ZC 1.5.5 files get put into their own clean empty directory, or did they overwrite other files in the directory? Reason I ask is because of the potential of various php files that may have remained behind or be causing some of the issues seen.
Typical question to assist identifying the cause is: how is the fileset of your store different from a vanilla install of that version of the store? What extra files are there? What files are missing, how are they modified?
Thanks,when i update, i just overwrite the current PHP file,mybe that is the probelm,i will check and find a method to reinstall the website.
Re: allowed memory size exhausted
Quote:
Originally Posted by
Website Rob
You are almost there. Increase your Server PHP Memory by another 32MB (giving you 288MB total) and you should be good. Then you can focus on what is using so much memory.
Thanks very much,i will modify memory to 288MB first.
Re: allowed memory size exhausted
:Dfinally i have found the problem. This issue was caused by \westminster_new template file,this file located at \westminster_new\files\includes\classes which replaced zencart default file,replace the file with latest zencart template file,the problem is gone...anyone using latest westminster_new template should have this problem,i just post here for someone who have faced this problem and looking for an answer.