Thomas Poisl
Basic Pleskian
A really nice feature has been brought to plesk with the native support for multiple PHP versions now.
I treid it out, but there seems to be an error in the session.save_path of PHP 5.5.23 (the one I tested).
sessions.save_path points to /var/lib/php/sessions but the default before seems to be /var/lib/php/session so the folder does not exist.
For now I simply worked with a symlink to solve the problem:
cd /var/lib/php/
ln -s session sessions
Not sure if other PHP version or other OSes (besides PHP 5.5.23 and CentOS 6.6 are affected).
I treid it out, but there seems to be an error in the session.save_path of PHP 5.5.23 (the one I tested).
sessions.save_path points to /var/lib/php/sessions but the default before seems to be /var/lib/php/session so the folder does not exist.
For now I simply worked with a symlink to solve the problem:
cd /var/lib/php/
ln -s session sessions
Not sure if other PHP version or other OSes (besides PHP 5.5.23 and CentOS 6.6 are affected).