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... Quote
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. Quote
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 Quote
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... Quote
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. Quote
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! Quote
aztech Posted January 5, 2011 Author Posted January 5, 2011 Thank you very much... now it works| Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.