Thursday, June 7, 2012
Fatal error: Allowed memory size of 33554432 bytes exhausted in magento
This is because of the PHP Memory Limit.
Here is how to fix.
Goto your website root from FTP.
You will see a file called php.ini.sample
Rename it to php.ini
Edit that file and Copy/Paste this code at last,
extension=pdo.so
extension=pdo_mysql.so
extension=pdo_sqlite.so
Labels:
Magento
Subscribe to:
Post Comments (Atom)
3 comments:
wtf is this shitty advice?
Reply Deleteyou saved my day
Reply DeleteThanks Buddy .its very useful
Reply Delete