Magento

Magento guides

Magento: “Exception printing is disabled by default for security reasons”

These days I ran into this problem with one of my websites:

There has been an error processing your request

Exception printing is disabled by default for security reasons"
The solution seems to be very simple … you just have to copy errors/local.xml.sample to errors/local.xml and that’s it.
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Disable notifications in Magento

Browsing the internet I found a very useful tutorial about disabling notifications in Magento.

A short tutorial on how to block the “New Magento Version” notifications in the Magento admin without modifying the core packages.

Create a new package under app/code/local , for this example lets make a “MyCompany” package. If you already have an existing package for your magento mods you can use that one but you will have to change all references to MyCompany in the following code.

You can read the whole tutorial here

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...