Try to remove this extension from my page but i cant please someone help me
Solved! Go to Solution.
Method 1
1) You can able to find the activation files from following path
Eg:: root folder > app > etc > modules > example.xml
2) Find the relevant activation file
3) Change "<active>true </active>" to "<active> false</active>"
4) Flush the cache and check
If you hard to find the relevant activation file please follow following steps
Following files are magento default activation files, rest of the activation files are coming from extensions. so now you can able to find the relevant activation file.
Method 2
in admin, system->configuration->advanced and then disable the module you want.
Method 3
1) Go to the following path and you can able to find the installed extensions from below noted paths
root > downloader > .cache > community
2) Unzip the relevant extension.
3) Within in extract folder you can able to find the activation file
Eg:: extension > app > etc > modules > example.xml
4) Now go to your root folder and find that relevant activation file from you site
Eg:: root folder > app > etc > modules > example.xml
5) Open activation file using text editor (NotePad , NotePad++ , etc...)
6) Disable the module
Change "<active>true </active>" to "<active> false</active>"
7) Flush the cache and check
Thanks all ok now
Hi @Gitex100
Can you mention the extension name? Also if possible mention the site url.
Thanks for your respose here is the page i cant find the extension to remove in my admin and my connect
Method 1
1) You can able to find the activation files from following path
Eg:: root folder > app > etc > modules > example.xml
2) Find the relevant activation file
3) Change "<active>true </active>" to "<active> false</active>"
4) Flush the cache and check
If you hard to find the relevant activation file please follow following steps
Following files are magento default activation files, rest of the activation files are coming from extensions. so now you can able to find the relevant activation file.
Method 2
in admin, system->configuration->advanced and then disable the module you want.
Method 3
1) Go to the following path and you can able to find the installed extensions from below noted paths
root > downloader > .cache > community
2) Unzip the relevant extension.
3) Within in extract folder you can able to find the activation file
Eg:: extension > app > etc > modules > example.xml
4) Now go to your root folder and find that relevant activation file from you site
Eg:: root folder > app > etc > modules > example.xml
5) Open activation file using text editor (NotePad , NotePad++ , etc...)
6) Disable the module
Change "<active>true </active>" to "<active> false</active>"
7) Flush the cache and check
Thanks for your info all ok now