• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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