Hi I tried opening my site and I got his below mentioned error, can any one tell what exactly is the issue? Till yesterday it was working perfectly fine. Please advice how to fix this issue?? Thanks
can you post here lines 580-600 of /home/healthon/public_html/LATEST-NEWSONLINE.COM/wp-content/themes/Svetlina/functions.php file?
You - that is, your theme or a plugin - is outputting an HTML newline to the screen before altering the headers (usually for a redirect location). Server: Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8m DAV/2 mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 X-Powered-By: PHP/5.2.13 Transfer-Encoding: chunked Content-Type: text/html <br /> Code (markup): See the last line. This is sometimes caused by a redirect plugin / mask external links etc. try changing your theme to see if it fixes the problem (so you know what is causing it). Failing that, You can also try disabling your plugins and see if it clears the problem, and then reactivate them one by one. To tell you the actual cause of the problem, you would need to paste in further code though this is likely a conflict between the theme and a plugin.
problem here is headers must be placed on top of all HTML compatible characters, any spaces/characters above the will output this error.
Well, what I am not able to understand is that when I slept last night it was working perfectly fine and now when I checked my site next morning it started showing me this error. What exactly messed up with the code?
Please see my previous response on what you should do to locate the problem.... specifically, "this is likely a conflict between the theme and a plugin." It happens, im afraid :/
I tried that and its not working, strange thing is that it started working 5 mins back without me doing anything and now again it showing me same error. Its all happening on its own.
No, because it may not be a theme problem.... You have something that is outputting a newline, and then something that is sending header data which is NOT valid, hence the error. This could be the theme..... it could be a plugin..... it could be a conflict between the two. [It could also be something else, but very unlikely]. Finding what is causing it is easy enough as per my original post.
Try to comment // out this line and let us know what happens ? /home/healthon/public_html/LATEST-NEWSONLINE.COM/wp-includes/pluggable.php on line 868