Holy christ how do I fix this?

Human

X
Nov 24, 2009
689
25
0
A Wordpress site for one of my clients is no longer allowing me to login from http://www.[site].com/wp-login.php.

At the top of the page is the following:

Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/75/11743575/html/wp-content/plugins/remove-all-comments/remove-all-comments.php:201) in /home/content/75/11743575/html/wp-login.php on line 424

Warning: Cannot modify header information - headers already sent by (output started at /home/content/75/11743575/html/wp-content/plugins/remove-all-comments/remove-all-comments.php:201) in /home/content/75/11743575/html/wp-login.php on line 437

I'm not versed enough in coding to fix this. It wouldn't be a big deal, but this site is number one for the client's name. Any help would be greatly appreciated. Thanks!
 


Remove extra spaces at the end of the file /home/content/75/11743575/html/wp-content/plugins/remove-all-comments/remove-all-comments.php and see if it works.

If not, remove the closing tag "?>" also.
 
Rename the plugins folder and then see if the site loads. Then see if you can login.

Good Luck Bros.
 
The error is saying that some text is being written to stdout before the header is being sent back to the user. If there have been any changes made, try and reverse them, depending on their hosts, they may help you out. I've chanced my arm a few times ona support chat and most of the time someone will help you out especially if its not a busy time.
Good luck