Version 3.05 Out of Memory Bug

We have had our dedicated server go down because version seems to have a bug with memory. We moved the site to a testing environment and we have gotten the this back from the website after trying to load the page.



Fatal error: Out of memory (allocated 6029312) (tried to allocate 77824 bytes) in /home/XXX/public_html/core/fn.control.php on line 345





Does anyone have a fix for this? Would the new version that just came out fix this error? This is 3.05 version with this bug



Thanks

What were you trying to do when you received this error? This is an error controlled by your server to say there is no more memory available to the PHP process. You may find increasing the memory limit in config.local.php and restarting the Apache process on your server solves the problem.

If you select Database from the Administration menu, then click on PHP Info, you can see the PHP “memory_limit”.

In my experience, you should set the memory limit in your config.local.php file to no greater than the PHP configuration's Master Value. If you set CS-Cart's memory limit (Local Value) in config.local.php to a greater value, you will get the fatal error message.

Mine are both set to 256M.