• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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