osCommerce Community Support Forums: Warning: Unknown(): write failed: No space left on device - osCommerce Community Support Forums

Jump to content

Corporate Sponsor


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Warning: Unknown(): write failed: No space left on device Rate Topic: -----

#1 User is offline   Paul UK Icon

  • Find Posts
  • Group: Community Member
  • Posts: 2
  • Joined: 04-August 03
  • Real Name:Paul

Posted 04 August 2003 - 04:23 PM

Hi,

I wonder if anyone can help.

I get the following error message on some of the catalog pages and some admin pages:

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

It has only just started happening, when I added a new item.

Do you have any ideas? :(

I have unlimited web hosting space, unlimited MySQL database space and unlimited data transfer.

Thanks in advance,

Paul
0

#2 User is offline   Paul UK Icon

  • Find Posts
  • Group: Community Member
  • Posts: 2
  • Joined: 04-August 03
  • Real Name:Paul

Posted 04 August 2003 - 04:28 PM

The full error 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 (/var/tmp) in Unknown on line 0
0

#3 User is offline   The_Bear Icon

  • Find Posts
  • Group: Community Member
  • Posts: 5,388
  • Joined: 08-October 02
  • Real Name:Pierre Rollin
  • Location:Canada

Posted 04 August 2003 - 04:30 PM

Try saving your sessions in MySQL
Change it in both admin and catalog/includes/configure.php

HTH
The_Bear
Pierre Rollin
0

#4 User is offline   jcurtis3 Icon

  • Find Posts
  • Group: Community Member
  • Posts: 43
  • Joined: 23-May 04
  • Real Name:Jim Curtis

Posted 09 September 2004 - 09:53 AM

I copied this from another message. It worked for me:

Try storing session data in the database rather than in /tmp. It appears that /tmp is out of space....

So in both of the following files,

catalog/includes/configure.php
admin/includes/configure.php

Change

from

QUOTE

define('STORE_SESSIONS', '');




to

QUOTE

define('STORE_SESSIONS', 'mysql');
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic