Ok, I used to trust MySQL; new error for me!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
cap2cap10
Forum Contributor
Posts: 158
Joined: Mon Apr 14, 2008 11:06 pm

Ok, I used to trust MySQL; new error for me!

Post by cap2cap10 »

:banghead: 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
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Ok, I used to trust MySQL; new error for me!

Post by jaoudestudios »

Have you run out of disk space?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Ok, I used to trust MySQL; new error for me!

Post 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
Post Reply