• 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.

Resolved PHPMYADMIN session_start(): Failed to read session data: files (path: ./tmp/session)

agarzon

Basic Pleskian
Look like a micro-update from phpmyadmin (4.9.0.1-2.centos.7+p18.0.19.2+t190926.1641) introduced a change in the file /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php

causing to store the session in './tmp/session' instead '/usr/local/psa/var/phpMyAdmin/session'

$cfg['SessionSavePath'] = '/usr/local/psa/var/phpMyAdmin/session';

So no one was able to use the Plesk phpmyadmin.

In other server where I still have the phpmyadmin 4.9.0.1-2.centos.7+p18.0.19.1+t190925.1426 everything is correct (so far).
 
Back
Top