• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

[PPPM-4558] PHP session savepath error after 12.5 update #32

Bitpalast

Plesk addicted!
Plesk Guru
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
 
We are seeing the same issue on other host computers as the automatic #32 update proceeds on these other machines. It seems to be a bug with #32 installation/update routines.
 
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

I also found that after the #32 update that admin or clients could log into my WHMCS install, I tried changing to the native PHP version and that worked without a problem. I assume that it is due to this issue, Plesk please release #33 asap to resolve this.
 
Hi,
we do investigate the issue (php session directory permissions) with priority. I will keep you informed.
Thanks for your reports!
 
Hi,

Permissions to /var/lib/php/session/ might be reset by Centos package php54 that was updated on May 12 by Centos:
http://mirror.centos.org/centos/7/updates/x86_64/Packages/
(and yes - this php54 update from Centos was triggered by Plesk updates)

We submitted item (PPPM-4558) to work around the issue with Centos php54 packages (restore correct permission/ownership) and going to include the fix to Plesk 12.5.30 MU#34 that is expected tomorrow.

You can use the following KB to fix the issue immediately: https://kb.plesk.com/115704

Thanks for your help,
 
Back
Top