• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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