Whenever im trying to install a new module on my working drupal site i always tested it on a local web server. I tried to install jQuery countdown module and its repositories/needed modules e.g. date, migrate, ctools, etc. and it worked perfect on my local host. But when i tried to install same modules on my online working drupal site it kind of messed up. Modules does'nt confirm neatly when you enable them... pushing me to a blank page and my drupal encounters errors when i install and enable a module and another and another...
So now, i want to uninstall the modules i just installed on my working online drupal site but unsinstallation tab does not contain any modules to be uninstalled. I dont know y?
When i checked on my local host i figured that it uploads on the folder of modules on the htdocs.
so i tried to look upon on my online server for my drupal page but found nothing on my modules folder on the newly installed modules.
Please help me on how to deactivate/uninstall modules on this case and how can i retrieve settings on my blocks, because of the modules i installed my blocks settings is having errors.
Thank you so much in advance.
Comments
Modules must be disabled first
Modules must be disabled first on the modules list page before they can be uninstalled. Modules should be in the sites/all/modules directory - check and see if your modules are in there. What errors are you getting?
Installing module after disabling error
Might I answer this question? I found this thread after searching over a wide range of issues but not seemingly related. Since this issue relates to mine here's my problem.
It seems i get a message like this if I enable a particular module. Did I not uninstall Comments properly before? Because now when I try to enable comments I get this error:
DatabaseSchemaObjectExistsException: Table <em class="placeholder">comment</em> already exists. in DatabaseSchema->createTable() (line 652 of /Users/cale/Sites/acquia-drupal/includes/database/schema.inc).Is this because my comments table still exists in my database, which it does? If I disable it I cannot uninstall it anymore. . . This has happened before with other modules. I feel like there's something wrong with my database but I don't know enough information to help myself.
outdated module?
http://drupal.org/node/995094