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
[Solved]Session_Save_Path reads "No check because of OS Path"
-
- New Member
- Posts: 8
- Joined: Tue Nov 04, 2008 3:45 pm
[Solved]Session_Save_Path reads "No check because of OS Path"
Last edited by nncreativecity on Thu Nov 06, 2008 12:56 pm, edited 1 time in total.
Re: Session_Save_Path reads "No check because of OS Path"
Dont worry about 1. Al my sites say that and they all run perfectly.
Where are you seeing problem 2.?
Where are you seeing problem 2.?
Re: Session_Save_Path reads "No check because of OS Path"
PHP have not info on your session_save_path and use OS (temporary folders) for thisnncreativecity wrote: 1) The session_save_path which says "No check because of OS!"
It's an info only
For writing your configuration your config.php must be writablenncreativecity 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?
After installation advice is to switch to read-only
Alby
-
- New Member
- Posts: 8
- Joined: Tue Nov 04, 2008 3:45 pm
Re: Session_Save_Path reads "No check because of OS Path"
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?
Re: Session_Save_Path reads "No check because of OS Path"
You could try setting it via .htaccess file.
php_value session.save_path "/path/to/your/cmsms/tmp/"
Nullig
php_value session.save_path "/path/to/your/cmsms/tmp/"
Nullig
-
- New Member
- Posts: 8
- Joined: Tue Nov 04, 2008 3:45 pm
Re: Session_Save_Path reads "No check because of OS Path"
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"
Re: Session_Save_Path reads "No check because of OS Path"
Probably you have cgi phpnncreativecity 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"
but repeat, if SESSIONS works it's OK, it's a internal process only, of your system, that not affect CMS functionality
Alby
-
- New Member
- Posts: 8
- Joined: Tue Nov 04, 2008 3:45 pm
Re: Session_Save_Path reads "No check because of OS Path"
Ok, thanks. All seems to be working ok thus far. If I have any new problems, then I will repost.