jpbrunelle
Newbie
Just Getting Started
Member Likes (0)
I am in the middle of creating a new site using the directory plugin and all of the sudden I receive this error when trying to login or navigate the site:
Warning: Cannot modify header information - headers already sent by (output started at /home1/******/public_html/******/wp-settings.php:340) in /home1/******/public_html/******/wp-includes/pluggable.php on line 934
It is making the wp-admin page inaccessible as well.
Can someone please help me debug this issue?
Thanks in advance!
Jeff

Responses (4)
WPMU DEV Fanatic (joined October 2009) Likes (0)
Hi Jeff,
Seems like there may be a plugin conflict there. To get access back to your site, you could rename your /wp-content/plugins/ folder via ftp, that'll disable all the plugins once you try and navigate the site.
What you'll can do is activate plugins one by one to see where the conflict is coming from.
Let us know how that goes and we'll see how we can help.
-David
Member (joined August 2011) Likes (0)
Thanks David.
I did a little google searching and found a recommendation to remove all white space before <?php and after ?> in the file that was causing the error. So, I navigated to wp-settings.php and deleted about 20 blank lines that resided beneath ?>. Now we're back in action!
Do you think it was a plugin that was causing this additional white space to be created?
Member (joined April 2009) Likes (0)
Hiya jpbrunelle,
Doubtful. More likely it was a bad upload via ftp or the file was opened with a text-editor that added the whitespace. Glad to hear it's been sorted for ya though!
Member (joined August 2011) Likes (0)
Cool - Thanks for the insight.
Become a member