HI All,
I wondered whether anyone had any problems with login for WP sites recently? I have a couple of sites using WP themes but can't get into them. On the login pages they have typically
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-login.php on line 353
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-login.php on line 365
And then after submission of username and password this sort of thing
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-login.php on line 353
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-login.php on line 365
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-includes/pluggable.php on line 737
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-includes/pluggable.php on line 738
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-includes/pluggable.php on line 739
Warning: Cannot modify header information - headers already sent by (output started at /home/lams08/public_html/wp-includes/load.php:655) in /home/lams08/public_html/wp-includes/pluggable.php on line 934
I've tried Googling but none the wiser, what I've read is that this represents an inclusion of white space
The fix is, obviously, to remove that whitespace from the file. Read the error message carefully. It says "output started at ..." followed by a file name and a line number. That is the file (and line) that you need to edit. Ignore the second file name - that is only a file that included the file that has the whitespace. The first file is the one you have to edit, not the second one.
But I haven't used an external editor, I've contacted the hosting company to enquire also.