Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help! session.save_path error


raul

Recommended Posts

I have following error on MS2.2:

 

Warning: write failed: No space left on device (28) in Unknown on line 0

Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

 

Line 0? the /tmp directory is chmoded 777 (now) , I didn't need it before.

 

Still it doesn't work.

 

Anybody has the idea what could have gone wrong?

 

Kind regards,

Raul

Link to comment
Share on other sites

Contact your ISP, the /tmp directory has run out of space. Someone or something has filled the /tmp directory.

 

You also could assign the sessions directory to a directory within your domain (i.e. /home/yourname/sessions/tmp) and make it 777 as well to avoid using /tmp.

 

Or, set sessions to be stored in MySql. Set it in admin and configure.php (i think).

 

HTH

Link to comment
Share on other sites

Contact your ISP, the /tmp directory has run out of space. Someone or something has filled the /tmp directory.

 

You also could assign the sessions directory to a directory within your domain (i.e. /home/yourname/sessions/tmp) and make it 777 as well to avoid using /tmp.

 

Or, set sessions to be stored in MySql. Set it in admin and configure.php (i think).

 

HTH

I will contact them as soon as possible.

I set sessions to mysql but I think the problem is with the database itself.

 

Thank you kindly for your help.

 

Kind regards,

Raul

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...