PDA

View Full Version : Install Warning help please


thenoblehaus
07-04-2007, 10:18 PM
Hi,

I am trying to install the newest version (v2.1.2) into a new website I have set all my permissions and double checked them but I keep getting the following warning:


Warning: session.save_path () is not set.

Could some please tell me how I correct this to continue on with the install I have not had this problem in the past with installs of version 2. I am installing in the main public_html folder for this domain it is in a unlimited account so the domain actually sits on top of another. I host with hostmonster if this helps.

Thanks,

Ken

David
07-04-2007, 11:00 PM
Who is your host?
They might even be able to tell you a little about this too.
They probably have a non-standard session save path.

James
07-05-2007, 01:56 AM
in config.php try

ini_set ('session.save_path', '/tmp');

see if that works some php installs do not set the tmp ~shrugs dunno why

shadav
07-06-2007, 12:48 AM
in my .htaccess my host had me add this
Content visible to registered users only.
and that worked for me

BOptiz
09-02-2007, 07:16 AM
Content visible to registered users only.
this solved the problem for me.

thank you

moinuddin102
09-19-2007, 09:57 AM
Content visible to registered users only.

I AM ALSO FACE THIS PROBLEM, THIS PROBLEM HAPPENED ONLY ON php5, IN php4 IS OK. pROBLE SOLVE WITH dAWZZ SUGGESTION.

listfree
09-22-2007, 09:01 AM
Content visible to registered users only.


I'm not php savvy, so please don't laugh...

Do I add this anywhere special in the file, or just at the end?

Thanks,
Jane

James
09-22-2007, 04:37 PM
I suggest placing it right below the
ini_set ('include_path', ini_get ('include_path').PATH_SEPARATOR.INSTALL_PATH);

shadav
09-22-2007, 07:19 PM
:D i left this one for you ;) cuz i'd had said replace it lol so yeah, i donno bout lil things either hehehe

listfree
09-27-2007, 01:03 AM
Thank you, Thank you, Thank you!

I have the install done, now all I have to do is set up.... :o


Thanks again,
Jane