Ajcarey99
Member
Posted 8 months ago #
Hi
I made some chnages to my page and when I go to log in I get the below message;
Warning: Cannot modify header information - headers already sent by (output started at /home2/whereve3/public_html/wp-content/themes/adventure-journal/functions.php:637) in /home2/whereve3/public_html/wp-includes/pluggable.php on line 934
Any idea how to fix this and get back to my dashboard?
Cheers!
That message is letting you know that there is an error on line 637 of your functions.php file. You will need to open the file and see what code is there. Then try and comment out the offending code. If it is the end of your file check and make sure you don't have extra white space after your closing `php tag.
http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
And, since it's your theme, you can also use FTP to change the name of the folder of the active theme so that the theme reverts back to default. This will probably make you able to login again so you can do the changes from WP.