phpMyAdmin - Error

Hello, when I want to access phpmyadmin it’s always an error. I have tried to clear the browser cache, clear history and try it on other browsers

Error during session start; please check your PHP and / or web server 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)

Current Version 1.9
Build 2

Same here but 1.9.1
centos 7

I got this fixed running upgrade to 1.9.2

I got same problem after upgraded to 1.9.2 from 1.9.1. Please help me

edit phpmyadmin /libraries/config.default.php

there is an line about session path , set it to /var/lib/php/session

if that dir no exists, run following

mkdir /var/lib/php/session

chmod 1733 /var/lib/php/session

Well, Thanks @qtwrk. It solved.
I edit the file on /usr/local/CyberCP/public/phpmyadmin/libraries/config.default.php

I am getting the same issue !!! @pxnji can tell me what change you make in “config.default.php”

phpMyAdmin error 1045 – A Brief Explanation
Customer’s usually see this error when they try to access phpMyAdmin to manage the databases. For instance, users see the following error in the phpMyAdmin interface. This means that phpMyAdmin tried to connect to the MySQL server, but the server rejected the connection.

I got same problem after upgraded to 1.9.2 from 2.0. Please help me i cant acces my database