Magento – There has been an error processing your request FIX

There has been an error processing your request

Exception printing is disabled by default for security reasons.

Error log record number: 911585915504

A solution I found to this problem is by adding a php.ini file in the root of your magento installation, and adding the following code in it:

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”

This entry was posted in Magento, Open Source for Web. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

5 Comments

  1. Posted January 21, 2013 at 06:41 | Permalink

    This presents an easy solution on my magento site’s problem. I am glad I came across your post. Thanks for sharing.

  2. Posted April 27, 2013 at 00:05 | Permalink

    Hі my loveԁ one! I wish to say thаt this post iѕ
    awesomе, grеat wrіtten anԁ include apprοximаtely
    all important infos. ӏ would like to sее morе poѕts like this .

  3. Posted May 3, 2013 at 07:12 | Permalink
  4. Posted May 3, 2013 at 14:30 | Permalink

    Thanks, this is the ONLY solution that worked for me, their own website is useless! Phew…. breathing again!

  5. Posted May 12, 2013 at 08:59 | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>