I'm admittedly a newbie but I've been playing around with drupal on a local test site for a few weeks now. I added the image module and as soon as I enabled it (plus upload and gallery) my module page is gone! (admin/build/modules). It's just a blank white page. My navigation admin page is also suddenly gone (/admin/build/menu-customize/navigation). Yikes!!
The rest of the site is working fine, and it appears that the image module itself is working fine as well--I was able to upload to a gallery, etc.
Anyone out there know how I can troubleshoot and get my module and nav pages back?! I did a lot of searching but didn't find any fixes for this problem.
Thanks in advance! I'm stressing out a bit over here!
Comments
Comment #1
vm commentedyou wouldn't stress had you heeded a best practice that states, alpha modules are to be tested on a testing site and not on a production site.
my suggestion is to check your apache/http error logs on your sevrer for the error being thrown.
to regain control of your site, you will have to manually go into the DB (with phpmyadmin or other tool your host provides) and set this modules status to 0 to turn it off, then use the uninstall tab if necessary to uninstall the module.
The only other option would be to revert to a backup of the DB that you should have taken before deploying a new module on your prouction site. you did take a back up didn't you ?
Comment #2
vm commentedComment #3
Hetta commentedTry to find out if you have copies of your module files where drupal could find them - in /sites/all/modules/, for instance. If you find such, rename the doubles to, say, "xxx.module.bak" and check what happens with your module page.
Luck!
Comment #4
sunSorry, without further information this issue can only be marked as won't fix.