• Resolved ram70

    (@ram70)


    Hi

    When I try and login to my admin panel, I get the above message. Also the below message:

    function after_head_image_func(){ echo “

    “; } add_action(‘ava_main_header’, ‘after_head_image_func’);
    Warning: Cannot modify header information – headers already sent by (output started at /home/poopcoma/public_html/wp/wp-content/themes/zeetasty/functions.php:243) in /home/poopcoma/public_html/wp/wp-login.php on line 431

    Warning: Cannot modify header information – headers already sent by (output started at /home/poopcoma/public_html/wp/wp-content/themes/zeetasty/functions.php:243) in /home/poopcoma/public_html/wp/wp-login.php on line 444

    Warning: Cannot modify header information – headers already sent by (output started at /home/poopcoma/public_html/wp/wp-content/themes/zeetasty/functions.php:243) in /home/poopcoma/public_html/wp/wp-includes/pluggable.php on line 935

    Warning: Cannot modify header information – headers already sent by (output started at /home/poopcoma/public_html/wp/wp-content/themes/zeetasty/functions.php:243) in /home/poopcoma/public_html/wp/wp-includes/pluggable.php on line 936

    Warning: Cannot modify header information – headers already sent by (output started at /home/poopcoma/public_html/wp/wp-content/themes/zeetasty/functions.php:243) in /home/poopcoma/public_html/wp/wp-includes/pluggable.php on line 937

    Can someone help me please?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Sure. Go to your theme’s functions.php file, and undo whatever it is you added to it that caused this problem.

    That message is telling you that your theme, named zeetasty, has a functions.php file. And it’s creating output, from something on line 243.

    Since themes normally don’t do this, then I expect you copy pasted something in there, on the advice of some article online which said to do so. That article was mistaken, you should never paste random bits of code into the functions.php file.

    So, the simplest fix would be to go download the original theme from the theme directory and replace whatever you changed with an original, unaltered copy of the file.

    Thread Starter ram70

    (@ram70)

    Thanks Samuel, it wont let me log in. How can I fix it.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    You fix the file directly using FTP or SSH or your hosting control panel.

    You need to know how to edit files on your site without using WordPress.

    Thread Starter ram70

    (@ram70)

    Hi Sam,

    I’ve got no idea how to do that.

    Thread Starter ram70

    (@ram70)

    My site is not live yet

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    I’ve got no idea how to do that.

    Well, you’re going to have to learn how to do that. Ask your host how you can access your websites files.

    Thread Starter ram70

    (@ram70)

    Ok, I’ll start again, after downloading the Billie wordpress update, I cannot login to my WordPress Dashboard, where I have started building my website. I haven’t uploaded the website onto my webhost yet.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    The update is irrelevant. The error message you originally gave tells you that the problem is in the “zeetasty” theme in the functions.php file. Until you edit that file to remove the problem, your site will remain broken. Forever. No magic can fix it other than to fix the broken file.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Cookies are blocked due to unexpected output’ is closed to new replies.