• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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