IP Based Developer Mode - Magento 1
Extension will allow to enable developer mode(Mage::setIsDeveloperMode(true)) for specific IP addresses.
Compatibility (CE & EE) | 1.6.x, 1.7.x, 1.8.x, 1.9.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x |
---|
Why this extension got developed :
There are 2 reasons for it -
- By default in Magento, we have to edit index.php to turn ON developer mode or have to set server variable 'MAGE_IS_DEVELOPER_MODE' in htaccess
- If we are doing above step on live site then error display will enable for all visitors and it may restrict customer to shop
What Extension provides :
- Enable developer mode from admin.
- Enable it for specific IP addresses so that customer's shopping experience doesn't affect
Note: In above description by developer mode we mean to enable printing of exceptions and errors.
Write Your Own Review
Version V 1.0.0 - September 12, 2017
- Initial version