Try the Demo

Magento Forum

   
Fooman_Speedster is disable
 
yanah
Jr. Member
 
Total Posts:  18
Joined:  2009-01-13
 

Fooman_Speedster is disable
Hello,

I finally managed to install this extension and I disabled inatention in Fooman_Speedster (system / configuration / advanced) and suddenly when I go on the administration panel the page does not happen.
I uninstall and reinstall the extension on several occasions but I always have the same problem.
Thank you for your answer, how can I do to activate the “Fooman_Speedster” without going through the admin

“translated from google

 
Magento Community Magento Community
Magento Community
Magento Community
 
FOOMAN
Guru
 
Avatar
Total Posts:  667
Joined:  2007-12-13
Auckland, New Zealand
 

You can edit

/app/etc/modules/Fooman_Speedster.xml

Change

<?xml version="1.0"?>
<config>
    <
modules>
        <
Fooman_Speedster>
            <
active>true</active>
            <
codePool>community</codePool>
        </
Fooman_Speedster>        
    </
modules>
</
config>

to

<?xml version="1.0"?>
<config>
    <
modules>
        <
Fooman_Speedster>
            <
active>false</active>
            <
codePool>community</codePool>
        </
Fooman_Speedster>        
    </
modules>
</
config>

Also delete the contents of /var/cache

 Signature 

My Magento Store | Extensions by FOOMAN
Extensions | Speedster | PdfCustomiser | GoogleAnalyticsPlus | OrderManager | All | Support

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top