Teaparty
Member
Posted 3 years ago #
This is my problem:
On my log in page I have this:(2 at the top)
Warning: Cannot modify header information - headers already sent by (output started at /home/dawnya/public_html/wp-content/themes/abstrakt3c/functions.php:13) in /home/dawnya/public_html/wp-login.php on line 279
After I log in I have this:(all I see, about 5 times)
Warning: Cannot modify header information - headers already sent by (output started at /home/dawnya/public_html/wp-content/themes/abstrakt3c/functions.php:13) in /home/dawnya/public_html/wp-includes/pluggable.php on line 77
I can still log in but I can't do anything to my website after that.
What needs to be done to correct this problem?
/themes/abstrakt3c/functions.php:13
Likely a blank space or line after the closing
?>
http://codex.wordpress.org/Answers-Troubleshooting#Headers_already_sent
Jorge A. Gonzalez
Member
Posted 3 years ago #
You need to look at what is on line functions.php:13.
If code is trying to write to the screen, remove it...
Teaparty
Member
Posted 3 years ago #
How do I remove it? I can not access or see the editing dashboard to my website. All I get is that silly code.
can't you download it - correct it and re-upload it?
Teaparty
Member
Posted 3 years ago #
This is working!!! There is no question marks in the code. I can see the page if I type in the web address but I can't do any changes to it in wordpress because I don't have access to it.
You don't edit the file through WordPress. FTP to your site, download the file, edit it on your own machine, and then upload the modified file back in place.