• Over the last few days I can’t get into my website (www.rhodesreview.com). It was working fine up until Friday or Saturday. Since then it’s given me the following errors:

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/r/h/o/rhodes1967/html/wp-content/plugins/gd-star-rating/code/db/main.php:2612) in /home/content/r/h/o/rhodes1967/html/wp-content/plugins/wp-classified/includes/_functions.php on line 12

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/r/h/o/rhodes1967/html/wp-content/plugins/gd-star-rating/code/db/main.php:2612) in /home/content/r/h/o/rhodes1967/html/wp-content/plugins/wp-classified/includes/_functions.php on line 12

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/r/h/o/rhodes1967/html/wp-content/plugins/gd-star-rating/code/db/main.php:2612) in /home/content/r/h/o/rhodes1967/html/wp-includes/pluggable.php on line 934

    I installed version 3.2.1 from GoDaddy and it didn’t seem to help. I can’t get in through admin to turn off the plugins. If I go to https://rhodesreview.com I am able to see it, but if I go to https://www.rhodesreview.com I get the errors.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like you have several errors stemming from several sources. You should look at couple of plugins that you are using that are displaying the errors:

    wp-classified
    gd-star-rating

    The error “Cannot modify header information – headers already sent” usually means that you are trying to send a header command after you already sent output to the screen. It’s a common problem in PHP.

    It can also be a whitespace problem in your script is using certain editors.

    Thread Starter rrhodes

    (@rrhodes)

    But that’s the problem, I can’t get into the plugins. The admin won’t let me in, I get errors, so I can’t turn the plugins off. Will a complete re-install fix it. I just don’t get why it came up this week, when I’ve not changed anything code wise in almost 2 years.

    If you can’t login to your Dashboard, you could use FTP or a File Manager to remove the plugins that are causing the errors. Backup your plugins first before deleting them. Or move them to another folder. Go to the “/wp-content/plugins” directory and start removing plugins one by one, until you can get your blog running again error free.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Errors in last week’ is closed to new replies.