When I try to access my admin page I get a blank page. What is causing this and how can I fix it?

Comments

mtsanford’s picture

Enable Error Reporting

Although it may be turned off on commercial hosts and production sites (for good reason, so that users do not see the errors), these errors are one of your best tools for troubleshooting. To enable error reporting, temporarily edit your index.php file (normally located in your root directory) directly after the first opening PHP tag (do not edit the actual file info!) to add the following:

.......etc

http://drupal.org/node/158043

charles gantt’s picture

Thats the thing. I can not access any of the admin panel. It seems that something went wrong in the database. All of my admin pages are blank.