Jump to content

Recommended Posts

Posted

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...

Posted

This support request is being escalated to our root admin. Post your cPanel username and domain name please.

Posted
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

Posted

@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...

 

Posted
@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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...