[help]Session.save_path error

Results 1 to 4 of 4
  1. #1
    Enthusiast Alaa is offline
    MemberRank
    Jan 2010 Join Date
    28Posts

    [help]Session.save_path error

    I keep getting this error can someone tell me how to fix and where to find the session.save_path.Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/2e) in Unknown on line 0. Thats the error.

    ---------- Post added at 01:13 AM ---------- Previous post was at 12:29 AM ----------

    *BUMP* help plz


  2. #2
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: [help]Session.save_path error

    Open PHP.ini and search for session.save_path

    You will find something like this: session.save_path = "C:/DOCUME~1/ALFRED~1/CONFIG~1/Temp"

    Change "C:/DOCUME~1/ALFRED~1/CONFIG~1/Temp" to "C:/SESSIONS" and create a folder named SESSIONS in C:/

  3. #3
    Enthusiast Alaa is offline
    MemberRank
    Jan 2010 Join Date
    28Posts

    Re: [help]Session.save_path error

    Do I have to put anything in that folder?

  4. #4
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: [help]Session.save_path error

    Quote Originally Posted by Alaa View Post
    Do I have to put anything in that folder?
    No ;D



Advertisement