Quantcast
Channel: Plesk 12.x for Linux
Viewing all articles
Browse latest Browse all 5117

PHP session savepath error after 12.5 update #32

$
0
0
During the auto-update to #32 the session save path directory was changed to
drwxrwx--- 2 root apache 299008 May 14 05:01 session

The directory permissions are left in this false state. They prevent CGI/FastCGI applications from storing and reading session data. In order for sessions to work again apply these commands:

chmod 733 /var/lib/php/session
chmod +t /var/lib/php/session
chown root:root /var/lib/php/session

Viewing all articles
Browse latest Browse all 5117

Trending Articles