6 replies
Any imba programmer who can tell me why i get this message when im trying to enter my site?

Warning: Cannot modify header information - headers already sent by (output started at /home/koala/public_html/SITE ADRESS/wp-content/plugins/wordpress-blog-stat/stat.php:37) in /home/koala/public_html/SITE ADRESS/wp-includes/pluggable.php on line 865

I really don't understand this
  • Profile picture of the author Colton
    Have you messed with your sites code recently? There is either extra space or wrong code in that plugin or that plugin just doesn't work right. I would delete the plugin from your file manager and that should do the trick.
    {{ DiscussionBoard.errors[2601831].message }}
    • Profile picture of the author Bluekoala
      I want to deactivate, but i cant enter my site anymore. I get the same message when i enter adress.com/wp-admin too:S
      Signature
      best affiliate programs review

      Post all your back-links here: Backlink Me
      {{ DiscussionBoard.errors[2605380].message }}
      • Profile picture of the author Harrison Ortega
        Originally Posted by Bluekoala View Post

        I want to deactivate, but i cant enter my site anymore. I get the same message when i enter adress.com/wp-admin too:S
        You'll have to use FTP or login to your Cpanel to delete the plugin.
        Signature
        NJ web design / NJ Web Designer. MY Wordpress portfolio. 10 years of HTML/CSS - 6 years developing professional Wordpress websites. Currently not available for services.
        {{ DiscussionBoard.errors[2605437].message }}
        • Profile picture of the author Bluekoala
          thank you.. ill try that.
          Signature
          best affiliate programs review

          Post all your back-links here: Backlink Me
          {{ DiscussionBoard.errors[2606690].message }}
          • Profile picture of the author valleyken
            This error is caused if any information is written to the screen before calling the header() function in php.

            So, displaying text on a webpage, and then later on in the code executing the header() function which always should be at the top.

            In your case, most likely a plugin that gets loaded before WordPress using a header() function.
            De-activating the plugin would probably help, but if you locked yourself out of access to your admin area, it might be tricky to fix.
            Some tips:
            - editing the files directly through FTP (programming experience recommended)
            - look at the source code of the website ("View Source" in your browser menu)
            - Check the log files in cPanel for more information about the error

            Sincerely, Valleyken
            {{ DiscussionBoard.errors[2618824].message }}
  • Profile picture of the author dealbert.net
    Deactivate plugin wordpress-blog-stat.
    {{ DiscussionBoard.errors[2602264].message }}

Trending Topics