• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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