Session.save_path problem preventing proper installation

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
orangecat
New Member
New Member
Posts: 7
Joined: Thu Jun 05, 2008 9:07 pm

Session.save_path problem preventing proper installation

Post by orangecat »

I have installed this CMS many times before and never had this problem. Can anyone help?

Here is what it says when I'm on step 1 of installation:

Checking if session.save_path is writable

Your session.save_path is "". Not having this as writable may make logins to the Admin Panel not work. You may want to look into making this path writable if you have trouble logging into the Admin Panel. This test may fail if safe_mode is enabled (see below).


I have tried installing it anyway, and it works fine for me, but the client can't log in no matter what he does. It also looks like the images in the admin part are all scrunched up. So I removed everything, and reinstalled agin. But the same thing happens. Tried the latest version, AND the previous one. Same issue on both.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Session.save_path problem preventing proper installation

Post by calguy1000 »

Solution: Modify your setup so that your session save path is writable. (google?)
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
orangecat
New Member
New Member
Posts: 7
Joined: Thu Jun 05, 2008 9:07 pm

Re: Session.save_path problem preventing proper installation

Post by orangecat »

I did google it but didn't find any clear instructions on how to make it writeable. Maybe I just didn't search the right terms, I don't know.

Can anyone please spell it out for me?

Thank you!
orangecat
New Member
New Member
Posts: 7
Joined: Thu Jun 05, 2008 9:07 pm

Re: Session.save_path problem preventing proper installation

Post by orangecat »

I'm hosting it myself. I have several other sites there as well all of which have CMS made simple and have not run into this problem before.

I suppose I'll have to contact the company that I resell for and see if they can help. I was just hoping it was something easily done and that you guys might be able to point me int he right directions. I know I'll be waiting a while to hear back from the hosting company.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Session.save_path problem preventing proper installation

Post by Dr.CSS »

I had this on my main site just recently and it turned out they had just made some changes so they fixed it for me...

I was trying to do another install for another site in my server when it came up...
orangecat
New Member
New Member
Posts: 7
Joined: Thu Jun 05, 2008 9:07 pm

Re: Session.save_path problem preventing proper installation

Post by orangecat »

I got a response from the hosting people and they sad that it actually IS writable but I'm getting the error because the folder is not owned by the user.

I'm not sure what else to try. My client still cannot log in, although I can perfectly fine. And the images in the admin area are still scrunched up.

Suggestions?
orangecat
New Member
New Member
Posts: 7
Joined: Thu Jun 05, 2008 9:07 pm

Re: Session.save_path problem preventing proper installation

Post by orangecat »

I'm still having this problem. My host has simply stopped responding to my support ticket, and now I'm stuck. Does anyone know how to resolve this?
alby

Re: Session.save_path problem preventing proper installation

Post by alby »

orangecat wrote: I'm still having this problem. My host has simply stopped responding to my support ticket, and now I'm stuck. Does anyone know how to resolve this?
Try to add this row in top of include.php:

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

where cms_root_path is your root_path of config.php ($config['root_path'])

Alby
Last edited by alby on Sun Jun 08, 2008 8:42 am, edited 1 time in total.
orangecat
New Member
New Member
Posts: 7
Joined: Thu Jun 05, 2008 9:07 pm

Re: Session.save_path problem preventing proper installation

Post by orangecat »

Tried it, no change. Thank you though.

Any other suggestion?
orangecat
New Member
New Member
Posts: 7
Joined: Thu Jun 05, 2008 9:07 pm

Re: Session.save_path problem preventing proper installation

Post by orangecat »

Anyone?
alby

Re: Session.save_path problem preventing proper installation

Post by alby »

orangecat wrote: Anyone?
Mybe ini_set is disabled. Try with:
session_save_path('/cms_root_path/tmp');

Check with phpinfo() if you have php via cgi-bin (or fastcgi) or apache module

Alby
User avatar
SusanN
Forum Members
Forum Members
Posts: 192
Joined: Wed Jun 13, 2007 5:57 pm

Re: Session.save_path problem preventing proper installation

Post by SusanN »

I've had problems with Session.save_path also.  The only solution I've found was posted by mww (the last post in this thread):  http://forum.cmsmadesimple.org/index.ph ... 568.0.html .
Locked

Return to “[locked] Installation, Setup and Upgrade”