“There has been an error processing your request”, Magento : Fix

Magento is a complex E-Commerce platform. By uploading magento from localhost to live server, i faced a lot of problem. Here is a series of magento fix for the nob(i am also a nob :D).

After uploading the magento installation when i enter in the admin panel and click on CMS i found this message “There has been an error processing your request” and i was stuck there. I have googled a lot but in vain, after almost a hour i found a solution which bring rid of there. Which is as follows,

In my magento root folder, i have a “php.ini.sample” file, as i am using shared hosting i need to enable this. so i renamed this “php.ini” and add/edit with following lines,

memory_limit = 256M
max_execution_time = 18000
magic_quotes_gpc = off
flag session.auto_start = off
zlib.output_compression = on
suhosin.session.cryptua = off
zend.ze1_compatibility_mode = off
extension=mcrypt.so
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
zend_extension=”/usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so”

and this solve my problem. but remember whenever you change something in magento be sure about clear /var/cache/ folder and /var/session/ folder as well.

This is my step by step problem fix in magento and grow-up with it 🙂

Have a nice day.

(Visited 96 times, 1 visits today)

2 Comments

  1. Ankit November 23, 2012 at 11:22 PM

    not working for me! 🙁 Tried this multiple time.

  2. Biswabrata Sarkar February 6, 2014 at 4:38 PM

    not working plz gave me other sollution

Leave a comment

Your email address will not be published. Required fields are marked *