Categories

Featured templates

Magento Troubleshooter. How to deal with the “Exception printing is disabled” error

Daniel Morales May 4, 2015
Rating: 5.0/5. From 1 vote.
Please wait...


Magento Troubleshooter. How to deal with the “Exception printing is disabled” error

This tutorial will show you how to deal with ‘Exception printing is disabled’ error in Magento:

Troubleshooter_How_to_deal_with_the_error_Exception_printing_is_disabled_1

  1. Navigate to the ‘errors’ folder;

  2. Change ‘local.xml.sample’ to ‘local.xml;

  3. Open /lib/Zend/Cache/Backend/File.php and look for the code below:

    protected $_options  = array(
    'cache_dir' => 'null',
  4. Change it to:

    protected $_options  = array(
    'cache_dir' => 'tmp/', 
  5. Save the changes;

  6. Now the final step is to go create a ‘tmp’ folder in the root Magento folder:

    Troubleshooter_How_to_deal_with_the_error_Exception_printing_is_disabled_2

Feel free to check the detailed video tutorial below:

Magento Troubleshooter. How to deal with the “Exception printing is disabled” error

Magento Responsive Templates
This entry was posted in Magento Tutorials and tagged disabled, error, exception, Magento, printing. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket