• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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