I updated to MYSQL 5 and PHP 6.3, I could login to my wordpress dashboard. This morning, I can't, it loads a blank page. My scripts.log file says it cannot modify header information.
I updated to MYSQL 5 and PHP 6.3, I could login to my wordpress dashboard. This morning, I can't, it loads a blank page. My scripts.log file says it cannot modify header information.
please supply the exact error wording for help
general info
http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
PHP Warning: Cannot modify header information - headers already sent by (output started at /blog/wp-config.php:24) in /blog/wp-includes/pluggable.php on line 934
that looks like a plugin conflict
ftp to site or use host's file manager to rename the /plugins folder
this will deactivate them and hopefully let you log in
rename folder back to normal and re-activate plugins one by one - testing in between
I tried clearing cache and cookies, copied the fresh copy of php file with correct ending, but I have the same blank page.
did you do what I said above?
yes, but after I followed the codex and i'm still getting a blank page.
you did that?ftp to site or use host's file manager to rename the /plugins folder
this will deactivate them and hopefully let you log in
should the '?>' be on it's own line?
I renamed it, logged in(blank page), then renamed it back(blank page)
I can't reactivate them until I can login again.
Thank you Sam, I got it. In the wp-config file, it didn't like the extra whitespace on line 24, so I deleted from in between '?' and '>' for 15 seconds and replaced the '>' back and now it works fine.
You must log in to post.