Portal Home > Knowledgebase > Magento > How to turn on display errors in Magento
First try this: Simply open the ˇerrors˘ folder on your server and rename the file local.xml.sample to just local.xml
If that didnt work edit the line in your index.php file of the root Magento directory. Find the line that contains this:
#ini_set('display_errors', 1);(probably line 71 for Magento 1.4), and remove the "#" pound sign so it looks like this:
ini_set('display_errors', 1);
Add to Favourites
Print this Article