phpMyAdmin - Error
hi everyone! I'm getting this issue on hosting could u help please... I repaired, and control database
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: )
12 Replies
did you update or change anything for phpmyadmin or PHP?
no, gave that error and changed php version 7.4 - 8.1 and doesnt fixed
and restored
so you tried updating php from 7.4 to 8.1, and then the error appeared?
or did you try to fix the error by updating PHP?
yeah I changed there
but does not work again
and reset to default
ok, so just to get things straight... you didn't change anything and that error appeared. Then you updated PHP to 8.1, and that didn't fix it, so you went back to 7.4?
yes correct
you're getting that error because whatever user PHP is running under can't write to whatever folder is set as
session.save_path
in your php.inihmm understand
in this case, it specifies "no such file or folder", which means that either it's gotten unset somehow, or the folder it's pointing to isn't there anymore
https://www.php.net/manual/en/session.configuration.php#ini.session.save-path here's the docs about
session.save_path
I have no idea what it would've been set to in your hosting environment though... Do you have support for your hosting?yes i have
this is probably something to go to them for, if that's an option