Session.save_path problem preventing proper installation
Session.save_path problem preventing proper installation
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.
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.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Session.save_path problem preventing proper installation
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.
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.
Re: Session.save_path problem preventing proper installation
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!
Can anyone please spell it out for me?
Thank you!
Re: Session.save_path problem preventing proper installation
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.
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.
Re: Session.save_path problem preventing proper installation
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...
I was trying to do another install for another site in my server when it came up...
Re: Session.save_path problem preventing proper installation
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?
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?
Re: Session.save_path problem preventing proper installation
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?
Re: Session.save_path problem preventing proper installation
Try to add this row in top of include.php: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?
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.
Re: Session.save_path problem preventing proper installation
Tried it, no change. Thank you though.
Any other suggestion?
Any other suggestion?
Re: Session.save_path problem preventing proper installation
Mybe ini_set is disabled. Try with:orangecat wrote: Anyone?
session_save_path('/cms_root_path/tmp');
Check with phpinfo() if you have php via cgi-bin (or fastcgi) or apache module
Alby
Re: Session.save_path problem preventing proper installation
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 .