Community

phpmyadmin session_start(): open(SESSION_FILE, O_RDWR) faild: No such file or directory(2)

aq
aqit79 #1

I cannot login to phpmyadmin, error message as attached image link.
Please help me community.
And what is the cause please let me know

Link image: https://i.imgur.com/NQUGmkF.jpg

qt
qtwrk #2

try edit file /usr/local/CyberCP/public/phpmyadmin/libraries/config.default.php

find line

$cfg[‘SessionSavePath’] = ‘’;

set to

$cfg[‘SessionSavePath’] = ‘/var/lib/php/session’;

aq
aqit79 #3

Thank you so much!

Sign in to reply