cancel
Showing results for 
Search instead for 
Did you mean: 

magento developer ip restrictions not working

magento developer ip restrictions not working

Im on 1.9.3.7 and when i try to use the developer ip restrictions by adding by IP, then clearing cache it simply doesnt work. Im trying to use the profile on a live site and obviously dont want that info showing up for customers.

Ive tried adding it in both default config and directly on the store but the profiler always shows up

1 REPLY 1

Re: magento developer ip restrictions not working

Hello @boliviab,

 

Please make sure you have performed below steps

  1. Open the index.php file in the root install.
  2. Find the line #Varien_Profiler::enable() and uncomment it. If this line does not exist, then place it anywhere before the line Mage::run($mageRunCode, $mageRunType.);
  3. Enable Profiler (System > Configuration > Developer > Debug) and added Ips on website configuration

 

If you still get an issue then let me know.

Thank you.

--
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution"