I am trying to disable a Magento cache extension called m-turbo but it keeps appearing in the menu. I have gone to the file Artic_MTurbo.xml in app/etc/modules and changed <active>true</active> to <active>false</active>. Is there something else that I need to/should/could do. I thought this was the “way” to disable an extension.
Magento ver. 1.7.0.0
If you edit the xml’s your need to clear the cache in the admin menu, I personally flush the cache too (button in the cache menu right top).
If that doesn’t work try renaming the app/etc/modules/Artic_MTurbo.xml to Artic_MTurbo.xml.old or something like that so magento doesn’t load it, and repeat the above, clearing the cache.