cancel
Showing results for 
Search instead for 
Did you mean: 

Modules not visible in admin panel

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Modules not visible in admin panel

I have this Structure but the module is not visible. in admin panel

 

1.png

This is .xml 

<?xml version="1.0" ?>
<config>
    <modules>
      <TutsPlus_Demo>
        <active>true</active>
        <codePool>local</codePool>
      </TutsPlus_Demo>
    </modules>
</config>
3 REPLIES 3

Re: Modules not visible in admin panel

Hi @StudentDev 

where is this xml file located?

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Modules not visible in admin panel

under app/etc/modules can check on github https://github.com/vishalpardeshi/magento_E-com_Application

Re: Modules not visible in admin panel

hi @StudentDev

 

   I test you code it is working fine module is showing in system > configuration > advanced  click on Disable Modules Output here are is your module listed. If you are not seeing your module kindly follow this

1. Disabled the cache
2. delete var/cache folder

3. Make sure file have proper permission

Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti