Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect working of access detection to session.save_path folder on some servers #399

Closed
agorshechnikov opened this issue Mar 17, 2017 · 1 comment
Labels
Milestone

Comments

@agorshechnikov
Copy link
Contributor

The line below should appear in ../includes/config.inc.php file ONLY if Subrion CMS doesn't have access to session.save_path folder:

session_save_path('/home/user/public_html/tmp');

But on some servers during checking for access to session.save_path folder system detects that it doesn't have access (even if it DOES have access to session.save_path folder).

Please fix it.

@vbezruchkin vbezruchkin added this to the 4.1.3 milestone Mar 17, 2017
@vbezruchkin
Copy link
Member

Yes, agree. The validation is incorrect. I have foo file in my D: disk root folder. I am sure my save_path folder does not point to D: root destination.

@vbezruchkin vbezruchkin modified the milestones: 4.1.2, 4.1.3 Mar 17, 2017
@ghost ghost closed this as completed in 410c20b Mar 17, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants