• 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 Error PhpMyAdmin on plesk (for all my domains)

joostvanderbij

New Pleskian
OS CentOS 6.10 (Final)
Product Plesk Obsidian
Version 18.0.25 Update #2

Hello,

When a want to acces one of the databases on my server trough PhpMyAdmin ig get the following error:

phpMyAdmin - Error
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
session_start(): open(SESSION_FILE, O_RDWR) failed: No such file or directory (2)
session_start(): Failed to read session data: files (path: ./tmp/session)


I have searched this forum but non of the suggested solutions work.
How to fix my problem???
 
Try to fix it with the following steps:
Open the /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php file and change the line below from:

$cfg['SessionSavePath'] = './tmp/session';

To

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