cancel
Showing results for 
Search instead for 
Did you mean: 

development mode

development mode

How can I switch to development mode in magento 1.9?

1 REPLY 1

Re: development mode

Hi @bappa009

Open index.php file in Magento root and uncomment following.

#ini_set('display_errors', 1);

Open .htaccess and add the following line at the end

SetEnv MAGE_IS_DEVELOPER_MODE "true"
---
Problem Solved Click Accept as Solution!:Magento Community India Forum