- Posts: 2
- Thank you received: 0
- Forum
- English support forums
- Installation & update issues
- Session save path IS Writable, but installer says not!
Session save path IS Writable, but installer says not!
11 months 3 days ago - 11 months 3 days ago #195907
by scippy
Session save path IS Writable, but installer says not! was created by scippy
Hi, in Pre-installation check I'm no able to fix the Session writable requirements.
It is right and writable, I've other installation like Wordpress and PrestaShop that work fine with this session folder but LimeSurvey won't check it fine!
In attached screenshot you can see PHP engine session information and the LS installation error.
I've also try to change in much ways the PHP session.save_path global setting but with the same result.
Also try to give to the folder Everyone permission with full control don't fix it
I'm using IIS 6.2 on Windows Server 2012R2
Any idea to fix it?
Very thanks!
It is right and writable, I've other installation like Wordpress and PrestaShop that work fine with this session folder but LimeSurvey won't check it fine!
In attached screenshot you can see PHP engine session information and the LS installation error.
I've also try to change in much ways the PHP session.save_path global setting but with the same result.
Also try to give to the folder Everyone permission with full control don't fix it
I'm using IIS 6.2 on Windows Server 2012R2
Any idea to fix it?
Very thanks!
Last edit: 11 months 3 days ago by scippy.
Please Log in to join the conversation.
11 months 3 days ago #195932
by c_schmitz
Best regards
Carsten Schmitz
LimeSurvey project leader
Replied by c_schmitz on topic Session save path IS Writable, but installer says not!
Hi,
LimeSurvey does not directly write to the session save path, however a relative session save path like this looks very unusual to me.
LimeSurvey checks the session by writing a value to it and trying to read in on the next page. Obviously, this does not work with your server configuration so something is fishy.
Wordpress does not really use sessions.
Try to use an absolute session save path.
LimeSurvey does not directly write to the session save path, however a relative session save path like this looks very unusual to me.
LimeSurvey checks the session by writing a value to it and trying to read in on the next page. Obviously, this does not work with your server configuration so something is fishy.
Wordpress does not really use sessions.
Try to use an absolute session save path.
Best regards
Carsten Schmitz
LimeSurvey project leader
The following user(s) said Thank You: scippy
Please Log in to join the conversation.
11 months 2 days ago - 11 months 2 days ago #195938
by scippy
Replied by scippy on topic Session save path IS Writable, but installer says not!
Solved!
I've added on my global php.ini the following:
[PATH=C:/php72pub/limesurvey]
session.save_path = "C:\php721\session"
in this way I've setted the absolute session save path for only limesurvey website and now work fine.
Thanks!
I've added on my global php.ini the following:
[PATH=C:/php72pub/limesurvey]
session.save_path = "C:\php721\session"
in this way I've setted the absolute session save path for only limesurvey website and now work fine.
Thanks!
Last edit: 11 months 2 days ago by scippy.
Please Log in to join the conversation.