I have been having the problem while I have been developing that even if I delete a module's files located in site/all/modules, it still appears in the Administrater->Site Building->Modules menu. This also causes drupal not notice a change that i have made to the source. So my question is does drupal cache modules and if so, how do you clear out this cache, or is there something else going on here.

Thanks

Comments

krtaylor’s picture

Sorry for the bad grammar, but what I meant to say is:

I have been having a problem with a module that I have been developing. The problem is that even if I delete a module's files, located in site/all/modules, it still appears in the Administrater->Site Building->Modules menu. This also causes drupal not notice a change that i have made to the source. So my question is does drupal cache modules and if so, how do you clear out this cache, or is there something else at work here.

Thanks

Brandonian’s picture

Weird. It sounds more like a server thing than anything else IMHO. Drupal 5 doesn't cache anything at all when it comes to looking at modules, while 6 (I think) only looks at .info files (without caching anything)