• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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