Page 1 of 1
Ok, I used to trust MySQL; new error for me!
Posted: Sat Sep 06, 2008 11:25 pm
by cap2cap10

What the hell is wrong with my ISP:
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
Sessions is not working now. Does anyone know how to avoid this problem for future reference?
Batoe
Re: Ok, I used to trust MySQL; new error for me!
Posted: Sun Sep 07, 2008 4:42 am
by jaoudestudios
Have you run out of disk space?
Re: Ok, I used to trust MySQL; new error for me!
Posted: Tue Sep 09, 2008 5:19 am
by josh
override the php.ini value, ini_set(), create a folder inside your FTP account and chmod it to 777, preferably outside of web root ( or else youre making all session data public )
You can also override settings with .htaccess