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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -