Active
Project:
Drupal for Facebook
Version:
6.x-3.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2010 at 00:02 UTC
Updated:
30 Jan 2011 at 22:05 UTC
I'm getting a white screen on both of these pages:
/admin
/admin/reports/status
I am not getting any Fatal Error message and my logs aren't showing anything related to this.
This does not appear to be a duplicate of #777096: Got WSOD on admin/reports/status because the patched in #782228: Fatal error accessing admin page is applied already in 6.x-3.0-beta2. I'm only using the Facebook API module. If I disable it, the above pages load fine.
I have my settings.php file configured correctly as the readme.txt shows.
Comments
Comment #1
Dave Cohen commentedThere's almost always an error reported when WSOD happens. You might have to configure PHP to be more verbose, or check the apache or system logs. But you have to find some kind of error.
Comment #2
kurtismccartney commentedProblem Senor? Typically this one started happening when I had the ImageMagick Module enabled on a server without the necessary files. If you can bouce to yoururl/admin/build/modules and disable whichever module you recently changed that should do the trick.
If you can't access that it worked for me going through phpmyadmin and marking a disable on the module in the system table then hunting down the imagemagick remnants in the DB.
Disclaimers:
Just pulling the module from the Module directory did not work flawlessly.
This solution worked for my D6 WSOD problems not the D7 Upgrade Catastrophe. Always remember to back up your DB and files.
Comment #3
jghyde commentedThe ultimate WSOD guide: http://drupal.org/node/158043
Place on your index.php (on your dev site):