Magento shopping cart gives out of memory error -
Serious error: Official memory size of tired memory size (tried to allocate 30720 bytes) of 33554432 bytes in home / ssmagnet / public_html / lib;
< / Div>
>
Check your .htaccess file in the Magento directory and your value of php_value memory_limit
is very low Give it a little bit. If you do not see a line like this, add it at the bottom of the file. A value that has been worked for me:
php_value memory_limit 128M
Hope that helps!
Thanks, Jo
Comments
Post a Comment