mysql error

Discussion in 'PHP' started by firewolf08, Oct 14, 2007.

  1. #1
    im getting a mysql error in the script that i'm using. it says:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/freespri/public_html/smarty/templates_c/%%F7^F7F^F7F34188%%header.tpl.php:9) in /home/freespri/public_html/includes/functions.inc.php on line 244

    what does that mean? and can it be fixed? possibly with a fresh install of the script?
     
    firewolf08, Oct 14, 2007 IP
  2. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hmm, is this a script that you are running? because this is saying session_start() needs to be in the header, and at current, its being sent somewhere else

    if this is a script, check to see if there is a fix for it, or is this modded or what?
     
    Lordy, Oct 14, 2007 IP
  3. firewolf08

    firewolf08 Peon

    Messages:
    193
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yeah its an FSR script actually and i get the error when i'm logging in.... i haven't contacted FSR about it yet though. and nothing's been modified as far as i know either.
     
    firewolf08, Oct 14, 2007 IP
  4. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #4
    fsr script?
     
    Lordy, Oct 14, 2007 IP
  5. firewolf08

    firewolf08 Peon

    Messages:
    193
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yeah from fsrevolution.com...they sell freebie site scripts
     
    firewolf08, Oct 14, 2007 IP
  6. mushroom

    mushroom Peon

    Messages:
    369
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Forget about the rest of the error message, fix what is causing the output to start early and the rest will go away.
     
    mushroom, Oct 14, 2007 IP