[SOLVED]WordPress Problem

by King Shiloh Banned
7 replies
  • WEB DESIGN
  • |
I installed WP few days back and it has been working just fine till this morning I wanted to log in to my admin panel only to see this message:

Warning: Cannot modify header information - headers already sent by (output started at /home/bopvou/public_html/wp-content/themes/167/functions.php:3) in /home/bopvou/public_html/wp-includes/pluggable.php on line 890
The message has been there and is still there even as I type this post.

What do I do?

Is it normal?

Thanks.
#problem #wordpress
  • Profile picture of the author taventures
    Are you saying:
    • you can log in to your WP admin console
    • but inside your admin console you see the above error message
    If this is the case then the problem is probably caused by a theme or plugin you installed before you receive the error message.

    Solution: change the theme or uninstall the plugin

    Hope that helps
    Signature

    knowing a great deal is not the same as being smart; intelligence is not information alone but also judgment, the manner in which information is collected and used - Carl Sagan

    {{ DiscussionBoard.errors[3113433].message }}
    • Profile picture of the author Devid Farah
      Hey Shiloh,

      That is not normal.. somehow one of the files were changed and it's echoing info out.

      If you want you can give me the credentials for your server and I'll take a look at it.
      {{ DiscussionBoard.errors[3113578].message }}
  • Profile picture of the author Chris Michaels
    Have you updated any plugins or files prior to this error message?
    {{ DiscussionBoard.errors[3113591].message }}
  • Profile picture of the author Istvan Horvath
    What is on line #3 in your theme's functions.php?

    How to read the error message:
    wp-content/themes/167/functions.php:3 <== that the filename and the line number where the problem is!
    Signature

    {{ DiscussionBoard.errors[3114179].message }}
  • Profile picture of the author JKing
    Warning: Cannot modify header information - headers already sent by (output started at /home/bopvou/public_html/wp-content/themes/167/functions.php:3) in /home/bopvou/public_html/wp-includes/pluggable.php on line 890
    I would also look for what is on, or near, line 890.

    In my experience, this usually means something is trying to do a redirect of sorts using header location. But that kind of call can only be made once on a page. Hence the "headers already sent" issue.

    The header output was already started on line 3 of the functions.php file, and then is also trying to be started again on line 890 of the included pluggable.php file

    John
    Signature
    Turbo Flex Pro Theme Master - Turn Single Templates and Webpages Into Complete WordPress Blogs!
    {{ DiscussionBoard.errors[3114259].message }}
  • Profile picture of the author King Shiloh
    Banned
    I can't login, I can't do anything.

    Here's the link for admin area:

    http://newcastlegyms.com/wp-admin

    Here's the link to the site:

    Newcastle Gyms
    {{ DiscussionBoard.errors[3116374].message }}
  • Profile picture of the author King Shiloh
    Banned
    Thanks all.

    The WP problem has been solved.

    I appreciate you.
    {{ DiscussionBoard.errors[3117881].message }}

Trending Topics