Troubles

Troubles

by David Maynard -
Number of replies: 3

I've been using Moodle very happily for about 6 weeks now and tonight I received these error messages:

  • 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

Is this me, moodle, or the server folks? 

My students are left swinging in the breeze!

Thanks for any help -- Dave

Average of ratings: -
In reply to David Maynard

Re: Troubles

by David Maynard -

The server folks admitted a problem.  Its 'in the works'

Sorry for the troubles. 

In reply to David Maynard

Re: Troubles -> Failed to write session data (files).

by Trizit Benjaboonyazit -

I have the same trouble,

How should I tell my server admin to look for,  what causes the trouble ?

In reply to Trizit Benjaboonyazit

Re: Troubles -> Failed to write session data (files).

by Timothy Takemoto -
The owner and permissions of the data/sessions folder and the user group that moodle is running as. Moodle as a php program is usally running as apache, since I believe, php runs a sort of subprocess of the apache web server. The data/sessions directories should be owned by apache, or by nobody, or the permissions should be set to a high enough level so that moodle can change them.

Alternatively you can trying setting dbsessions to on, so that the session data is saved in the database.

Tim