Another error:Warning: Unknown: write failed: No space left

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

Another error:Warning: Unknown: write failed: No space left

Post by cap2cap10 »

I got this error this time:

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


How do you empty out this/tmp file? I am sure it is probably filled up with my errors while I have been trying to program this site. Can anyone help?

Batoe
User avatar
8ennett
Forum Commoner
Posts: 63
Joined: Sat Sep 06, 2008 7:05 am

Re: Another error:Warning: Unknown: write failed: No space left

Post by 8ennett »

The only advice I can offer is changing your php.ini files to adjust the mySQL code of events, cuurent/start session and 'Unblock' any connection error that appears under XP.aside from that I'm unsure what to suggest without more details!

Could be a chmod error if running under a unix envrionment?
Post Reply