phpMyAdmin - Error - help me

catrung

Verified User
Joined
Oct 31, 2016
Messages
13
I have a error :

phpMyAdmin - Error
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_write_close(): write failed: No space left on device (28)

session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/tmp)

my system:
Centos 7
DA 1.501

help me pls!
 
do:
Code:
rm -rf /var/www/html/phpMyAdmin*
cd /usr/local/directadmin/custombuild
./build clean
./build update
/build phpmyadmin
 
Ben forgot a "." on last line, it is ./build phpmyadmin

But i'm wondering if your disk have still space because of this error:
session_write_close(): write failed: No space left on device (28)

Check if your server have free space with:
df -h

Best regards
 
Back
Top