Results 1 to 2 of 2

Thread: session.save_path setting in your php configuration file (php.ini)

  1. #1
    mpowered is offline Junior Member
    Join Date
    Aug 2008
    Posts
    2

    Default Need Help with Error Code - Thanks Sugar Forum!

    I am getting this code error code when I start the installation process:

    Session Save Path Setting The session.save_path setting in your php configuration file (php.ini) is not set or is set to a folder which did not exist. You might need to set the save_path setting in php.ini or verify that the folder sets in save_path exist.

    It says at the bottom to find my php.ini here: Note: Your php configuration file (php.ini) is located at:
    /usr/local/lib/php.ini

    I cannot find this file anywhere! It's probably right there, but I can't see it. Any suggestions how to fix this problem. I did search for it in the forum and found one post that I didn't really understand.

    Thanks in advance for the help!

    David
    Last edited by mpowered; 2008-08-05 at 06:11 PM. Reason: Forgot something

  2. #2
    mpowered is offline Junior Member
    Join Date
    Aug 2008
    Posts
    2

    Default Need Help with Error Code - Thanks Sugar Forum!

    Ok... I found this post...

    I got it fixed,

    I'm going to describe what I did to get pass this error hope it will help others!

    * I uploaded my unzipped (Sugar Community Edition 5.0.0f) folder to my server into my (public_html) folder.

    * my (php.ini) file was located in my (public_html), I opened it and made this change:
    From this:
    ;session.save_path = /tmp
    To this:
    session.save_path = /tmp
    That's all, for my case I only removed the ( ; ) and saved it

    * After that I copied the saved (php.ini) and pasted it into my (Sugar Community Edition 5.0.0f) folder. So, I have one (php.ini) in my Sugar folder and another one in my public..

    * Not done yet, make sure to change the permission of the following folders in your Sugar folder to "766":
    o cache
    o custom
    o data
    o modules
    o config.php

    * After you set up your (php.ini), copied to your Sugar folder with the changes suggested earlier, and changed the permission as stated 766.

    * Go and run the wizard again.


    hope this helps, and yah I'm using a Linux\ Apache


    The problem I am having now is finding my (php.ini) file.. I can't find it in my public_html folder. Any other places I can look?
    Last edited by mpowered; 2008-08-05 at 06:10 PM. Reason: forgot something else

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. InboundEmail attachment file problems.
    By jjwdesign in forum Help
    Replies: 3
    Last Post: 2007-09-27, 05:18 AM
  2. Module builder help
    By sjilumudi in forum Downloads
    Replies: 3
    Last Post: 2006-08-18, 11:25 PM
  3. Problems with php.ini file size setting
    By k4b00m in forum Help
    Replies: 1
    Last Post: 2006-02-05, 09:15 AM
  4. PHP File Upload Size Problem
    By CyberFerret in forum General Discussion
    Replies: 4
    Last Post: 2006-02-04, 10:26 PM
  5. PATCH: HTML Emails and Templates
    By funkypenguin in forum Downloads
    Replies: 2
    Last Post: 2005-05-31, 10:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •