Frostbite Posted November 14, 2005 Share Posted November 14, 2005 We have two problems that we are aware of. 1) Any uploads to change catalog details and the database backup are giving the following message: "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" and also when a product is added to the cart the cart contents show no products and when continue is pressed they return to the home page. This has only just happened so it would be great if someone can come to our assistance. We would really appreciate it. Thanks Frank Link to comment Share on other sites More sharing options...
WiseWombat Posted November 14, 2005 Share Posted November 14, 2005 We have two problems that we are aware of. 1) Any uploads to change catalog details and the database backup are giving the following message: "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" and also when a product is added to the cart the cart contents show no products and when continue is pressed they return to the home page. This has only just happened so it would be great if someone can come to our assistance. We would really appreciate it. Thanks Frank Hi take a look at where your database is stored ,if its on a host server it could be that your webspace is possibly maxed out and if its on cd its full?. then sessions path in sessions are normaly stored in the database if the path is incorrect take a look in your configure.php files and set sessions to false. for your shopping cart problem log into your admin In mystore and set Use Search-engine Safe URLs (still in development) To false ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP Link to comment Share on other sites More sharing options...
Frostbite Posted November 14, 2005 Author Share Posted November 14, 2005 Thank you for your reply. My sessions were being stored in /tmp, not the db. /tmp was mounted as tmpfs in RAM and limited to 64MB. I increased it to 128MB and all is well. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.