I’m new to Drupal and am experiencing this strange problem with my testing Drupal 6.19 site:
I’ve installed and enabled some custom theme (“acquia_marina”), and now strange things happen:
1) I can login/logout both as admin and as normal users
2) I can access Forums/Blogs from the primary links, and by clicking on them I can access their content
3) However, logged in as adminstrator, when I click on ANY link within “Administer”, such as “Content management -> Books”, or “Site building -> Modules”, I see nothing! The resulting page is a totally blank page without any content!
I’m quite scared about this issue, as I can’t even access “Administer -> Reports”. Not being able to control (or at least have an over about) what’s going on inside my Drupal site is quite scaring!
Has anyone encountered similar problems? More important, can anyone provide hints how to troubleshoot problem if you don’t have access to “Administer -> Reports”?
thanks in advance!
–tumer
Lessons learned: always back up before installing/enabling contributed modules!
I’m assuming that you’re just a getting a blank screen without any information. CurtainDog’s suggestion of upping the memory limit is a good idea but the WSOD (White Screen of Death) might be caused due to other reasons. Try changing the memory limit and if it still doesn’t work try the below. (Caution: Proceed carefully as you’ll be making manual changes to your database. If you don’t feel comfortable doing this then DONT 🙂 ! )
Possible fixes:
Content Management)systemtable using phpmyadmin. Simply set the ‘status’ field to0to disable the module or theme. Be sure to clear the cache after doing that.variabletable and change thetheme_defaultvariable froms:13:"acquia_marina";to something likes:7:"garland";. Make sure that the line corresponding tothemes/garland/garland.infohasstatusset to1in thesystemtable. Don’t forget to clear the caches after making this change!