1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

need help urgent

Discussion in 'WordPress' started by brarpavi, Nov 8, 2008.

  1. #1
    i was using wordpress-automatic-upgrade plugin in wordpress to update my wordpress version.I got the following error:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/thingsf1/public_html/wp-admin/admin-header.php:16) in /home2/thingsf1/public_html/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php

    and my website is on maintenance mode.can anybody help me to bring it back into normal.:confused:
     
    brarpavi, Nov 8, 2008 IP
  2. JWRmedia

    JWRmedia Banned

    Messages:
    499
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should have backed up your database beforehand. If you did, just restore your old SQL dump. But, Im willing to bet you didnt :(
     
    JWRmedia, Nov 8, 2008 IP
  3. iwtmmo

    iwtmmo Active Member

    Messages:
    832
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #3
    If you are using cookie-based sessions, you must call session_start() before anything is outputted to the browser.

    Session functions like session_name, session_start etc are special functions that can only be called BEFORE information has been sent to the browser.
     
    iwtmmo, Nov 8, 2008 IP