开发者

Magento shopping cart gives out of memory error

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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜