• 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 I cannot acces phpmyadmin

pitufo_webmaster

Basic Pleskian
SO: ‪Ubuntu 16.04.6 LTS‬
Product: Plesk Obsidian
Version: 18.0.26 ( with error, Las ok was in 18.0.23)
server VPS in strato


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: /opt/psa/admin/htdocs/domains/databases/phpMyAdmin/tmp/session)

thks in advance
 
Please try this on the shell:
mkdir /opt/psa/admin/htdocs/domains/databases/phpMyAdmin/tmp
mkdir /opt/psa/admin/htdocs/domains/databases/phpMyAdmin/tmp/session
chmod 777 /opt/psa/admin/htdocs/domains/databases/phpMyAdmin/tmp
chmod 777 /opt/psa/admin/htdocs/domains/databases/phpMyAdmin/tmp/session
 
hello
thank you very much for your support and community contribution. but this weekend i had too many problems with that server and I decided to change. I have created a new installation and changed the operating system. ubuntu 16 to ubuntu 18. at the moment all is ok ...
Thank you very much. I will write it down for future issues.
 
Back
Top