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.

PHP Session Start Errors

Discussion in 'Apache' started by maddog1993, Aug 24, 2011.

  1. #1
    I have a vps I'm seting up and I can't seem to figure out why I keep getting session_start errors.

    I checked all my php configuration settings and recompiled Apache with Easy Apache twice. I think it's a problem with Apache/php itself but I honestly have no clue what the problem is. Any help would be greatly appreciated. Thanks!
     
    Solved! View solution.
    maddog1993, Aug 24, 2011 IP
  2. #2
    In your php.ini, try changing the session.save_handler to just say:
    session.save_handler = files

    notice its plural (s)

    In addition, make sure you session.save_path is set correctly.
     
    helpinghost, Aug 24, 2011 IP
  3. maddog1993

    maddog1993 Well-Known Member

    Messages:
    182
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #3
    Thanks, I didn't think to look at the php.ini file.
     
    maddog1993, Aug 24, 2011 IP