You may get an error on your Magento site, something like this,
“Fatal error: Allowed memory size of 33554432 bytes exhausted”
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 .
- Paste this code there,
disable_functions = memory_limit = 384M extension=pdo.so extension=pdo_mysql.so extension=pdo_sqlite.so


ebenfabricius says:
i have now tried copying this code. i have renamed to php5.ini. i have deleted and renamed and recopied. I an starting to get so frustrated, i just keep on getting this error.
any other advice?
Please help…
minitehnicus says:
worked for mine. great post.
thank you.
magento 1.6.2.0