installation - Drupal contributed modules problem -
I have removed a contributed module in the site / all / module
folder, but it is not yet Is visible in my admin panel under admin
-> site building
-> module
. What can be the problem?
I tried to clear the cache, it did not make any difference.
Did you remove the file structure correctly?
For example
site / all / module / [module name] / [files]
what about permissions ? Have you set the minimum read permissions for the web server on these directories? Maybe try
chmod -r 755 sites / all / module
Also, make sure that you are using the correct version of the module, E.g. 6.x module works only on installing Drupal 6.x
Comments
Post a Comment