• 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 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