dennyboy Posted February 9, 2007 Share Posted February 9, 2007 Today I have find that I have an error at the bottom of every page, and when trying of add items to the cart they just not show up, sort of weird cause I have not touched the admin panel or files :huh: Warning: session_write_close(): write failed: No space left on device (28) in /hsphere/local/home/dvazquez/mexicobiker.com/store/catalog/includes/functions/sessions.php on line 136 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /hsphere/local/home/dvazquez/mexicobiker.com/store/catalog/includes/functions/sessions.php on line 136 Any idea how to fix this? Regards Link to comment Share on other sites More sharing options...
Velveeta Posted February 9, 2007 Share Posted February 9, 2007 Today I have find that I have an error at the bottom of every page, and when trying of add items to the cart they just not show up, sort of weird cause I have not touched the admin panel or files :huh: Warning: session_write_close(): write failed: No space left on device (28) in /hsphere/local/home/dvazquez/mexicobiker.com/store/catalog/includes/functions/sessions.php on line 136 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /hsphere/local/home/dvazquez/mexicobiker.com/store/catalog/includes/functions/sessions.php on line 136 Any idea how to fix this? Regards If you haven't changed that path yourself, then it looks like the hard drive is full... "No space left on device"... So when it's trying to write the session data to the disk, it's crapping out because there's no more room... Richard. Richard Lindsey Link to comment Share on other sites More sharing options...
kgt Posted February 9, 2007 Share Posted February 9, 2007 And if you're on a shared host, you're better off using the mysql database to handle sessions. includes/configure.php define('STORE_SESSIONS', 'mysql'); Either way, report the error to your host. There's nothing you can do about it. Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
dennyboy Posted February 9, 2007 Author Share Posted February 9, 2007 ok, I will, 'cause I'm suposed to have more than 45Gb of free space on my hosting account. Thanks a lot. :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.