I am getting the white screen of death on my WordPress install, but only on the admin side - not on the web facing site itself. That is running fine.
When I go to the admin login, everything seems normal, but when I login, I'm returned a plain white page. "View source" on that page comes up blank. Admin WAS working at one point, but it stopped.
I've done all of the troubleshooting things I can find out there on the web:
- disabled plugins
- disabled/changed themes
- eliminated line breaks after closing php tags
nothing I do seems to affect it.
I came across a troubleshooting page that suggested temporarily adding "php_flag display_errors on" to my htaccess file for more verbose feedback, so I did that. It returned a "500 Internal Server Error" on the WordPress admin screen. (Only for a moment though, as the bluehost servers automatically commented that line out and suggested a php.ini file instead. I don't know php, so that is Greek to me.) That 500 internal server error is the first feedback I have gotten.
I pulled up the server error log in Control Panel and see this:
[Thu Feb 25 20:45:40 2010] [error] [client 69.89.31.219] PHP Warning: Module 'PDO' already loaded in Unknown on line 0
[Thu Feb 25 20:45:40 2010] [error] [client 69.89.31.219] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
[Thu Feb 25 20:45:40 2010] [error] [client 69.89.31.219] PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0
[Thu Feb 25 20:45:40 2010] [error] [client 69.89.31.219] PHP Warning: Module 'SQLite' already loaded in Unknown on line 0
Could that have anything to do with it?
At this point I am looking for any thoughts, guidance or assistance on the matter. I'm tapped out.
Thanks,
-Chris



