• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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