Magento error processing your request. Exeption printing is disabled by default.

Throwing off this error from the Magento frontend? Yet clicking on the random error log number provided does not display any information. Try any of the below:

Download the Magento log files

You may check out the logs for specific errors and troubleshooting by:

  1. Going to /var/log/
  2. Download the .log files (exception and system)
  3. Open the log files and check what the errors are
  4. Troubleshoot as needed

Enable the Exception Printing

Enable this as otherwise stated in the error “Exception printing is disabled by default for security reasons“. The purpose here is to enable the actual log files of errors displayed on the website (web frontend) which makes it unnecessary to browse and download for the log files. This is of course a high security risk since information will become publicly displayed, something that should be reverted as soon as possible.

To enable this exception printing:

  1. Browse to /errors/ folder
  2. Rename local.xml.sample to local.xml
  3. When done with troubleshooting issues, revert the filename to the original local.xml.sample

See for example, what we have if enabled

Magento error processing your request. Enable exception printing.

Need more information? Keep posted on common issues related to this error. Shortly.