tags:

views:

129

answers:

1

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/ssmagnet/public_html/lib/Zend/Locale/Format.php on line 103

Please help me to resolve this issue

A: 

Your memory limit is too low. Check your .htaccess file in the Magento directory and change the value of php_value memory_limit to bump it up a bit. If you don't see a line like this, add it to the bottom of the file. A value that's worked for me is:

php_value memory_limit 128M

Hope that helps!

Thanks, Joe

Joseph Mastey
did that but not working yet http://www.ssbikinishop.com/index.php/checkout/cart/
Md Jewel
Did you make sure to restart apache so that it would read the new value? What is the value at?
Joseph Mastey
i tried it on the server and the value i tried with is 128M 256M
Md Jewel
If that is the case, you should have plenty of memory for most tasks. Try disabling all of your extensions (via their modules xml files, not the admin panel) and see if the issue goes away.
Joseph Mastey