[SOLVED]WordPress Problem

by Banned 7 replies
8
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:

The message has been there and is still there even as I type this post.

What do I do?

Is it normal?

Thanks.
#website design #problem #wordpress
  • 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
    • [1] reply
    • 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.
  • Have you updated any plugins or files prior to this error message?
  • 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!
  • 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
  • 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
  • Banned
    Thanks all.

    The WP problem has been solved.

    I appreciate you.

Next Topics on Trending Feed

  • 8

    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.