• 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 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