• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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