Portal Home > Knowledgebase > Magento > How to turn on display errors in 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);

 



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read