![]() |
|
Permission issue of PHP_sessions folder - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Permission issue of PHP_sessions folder (/thread-12757.html) |
Permission issue of PHP_sessions folder - sama55 - 2015-06-23 I found a backup error with tar command. This is caused by permission of zp-data/PHP_sessions folder. It is 311 (read denied) in my environment. zp-core/setup/index.php (around L28) @mkdir(dirname(dirname(dirname(FILE))) . '/' . DATA_FOLDER . '/PHP_sessions', $chmod | 0311); $chmod variable is not defined in this source. Q1: Is this the intended movement? Side note: Session data is saved correctly. However, I am concerned about system update, etc. Best regards. Permission issue of PHP_sessions folder - acrylian - 2015-06-23 The The undefined variable is probably a bug |