aztech Posted January 4, 2011 Posted January 4, 2011 Hi everybody, I think i have a problem when i use the function session_start()... I received this error 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 Could you explain me the problem? Thank You very much...
Wizard Posted January 4, 2011 Posted January 4, 2011 This support request is being escalated to our root admin. Post your cPanel username and domain name please.
aztech Posted January 4, 2011 Author Posted January 4, 2011 This support request is being escalated to our root admin. Post your cPanel username and domain name please. username: aztech domain: aztech.heliohost.org thanks
Byron Posted January 4, 2011 Posted January 4, 2011 @Wizard: That error means the system tmp folder is full. The fix for that is: cd /tmp sudo rm -rf * I'm not where I can do that right now so do you mind? Unescalting...
Wizard Posted January 4, 2011 Posted January 4, 2011 @Wizard: That error means the system tmp folder is full. The fix for that is: cd /tmp sudo rm -rf * I'm not where I can do that right now so do you mind? Unescalting... Done. On a side note, sudo errored so I used sudo su -c "rm -rf *" instead.
Byron Posted January 4, 2011 Posted January 4, 2011 On a side note, sudo errored so I used sudo su -c "rm -rf *" instead. Ok thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now