Jump to content

Error with session_start()


aztech

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...