How can I switch to development mode in magento 1.9?
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"