[Solved]Session_Save_Path reads "No check because of OS Path"

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
nncreativecity
New Member
New Member
Posts: 8
Joined: Tue Nov 04, 2008 3:45 pm

[Solved]Session_Save_Path reads "No check because of OS Path"

Post by nncreativecity »

I have installed CMS Made Simple on a Lunar Pages account. Running Version 1.4.1 on PHP 5.2.6. I have been able to fit most of the problems with the php.ini file but am still experience difficulty with the following:

1) The session_save_path which says "No check because of OS!"

2) I get a message under permissions which says config_file 0666 X - I have contacted LunarPages about this and they say that 0666 is "just how their system writes 666" is there a workaround for this?

These are the only 2 errors that are showing.

Natalie
Last edited by nncreativecity on Thu Nov 06, 2008 12:56 pm, edited 1 time in total.
cb2004
Power Poster
Power Poster
Posts: 317
Joined: Wed Jul 04, 2007 3:39 pm

Re: Session_Save_Path reads "No check because of OS Path"

Post by cb2004 »

Dont worry about 1. Al my sites say that and they all run perfectly.

Where are you seeing problem 2.?
alby

Re: Session_Save_Path reads "No check because of OS Path"

Post by alby »

nncreativecity wrote: 1) The session_save_path which says "No check because of OS!"
PHP have not info on your session_save_path and use OS (temporary folders) for this
It's an info only

nncreativecity wrote: 2) I get a message under permissions which says config_file 0666 X - I have contacted LunarPages about this and they say that 0666 is "just how their system writes 666" is there a workaround for this?
For writing your configuration your config.php must be writable
After installation advice is to switch to read-only

Alby
nncreativecity
New Member
New Member
Posts: 8
Joined: Tue Nov 04, 2008 3:45 pm

Re: Session_Save_Path reads "No check because of OS Path"

Post by nncreativecity »

I was able to fix the config_file problem by changing the permissions to read-only as you suggested. Thanks. But I don't know what you mean about the session_save_path ... could you perhaps explain in more depth. Can I designate a save.path directory instead of it working on local OS?
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Session_Save_Path reads "No check because of OS Path"

Post by Nullig »

You could try setting it via .htaccess file.

php_value session.save_path "/path/to/your/cmsms/tmp/"

Nullig
nncreativecity
New Member
New Member
Posts: 8
Joined: Tue Nov 04, 2008 3:45 pm

Re: Session_Save_Path reads "No check because of OS Path"

Post by nncreativecity »

If I change the .htacess file, I get a server error 500. I tried setting the session_save_path in php.ini and still get the message "No check because OS path"
alby

Re: Session_Save_Path reads "No check because of OS Path"

Post by alby »

nncreativecity wrote: If I change the .htacess file, I get a server error 500. I tried setting the session_save_path in php.ini and still get the message "No check because OS path"
Probably you have cgi php
but repeat, if SESSIONS works it's OK, it's a internal process only, of your system, that not affect CMS functionality

Alby
nncreativecity
New Member
New Member
Posts: 8
Joined: Tue Nov 04, 2008 3:45 pm

Re: Session_Save_Path reads "No check because of OS Path"

Post by nncreativecity »

Ok, thanks. All seems to be working ok thus far. If I have any new problems, then I will repost.
Post Reply

Return to “CMSMS Core”