[pmwiki-users] Q: Failed to write session data

Patrick R. Michaud pmichaud at pobox.com
Thu Mar 1 16:58:36 CST 2007


On Thu, Mar 01, 2007 at 10:30:41PM +0100, Hladůvka Jiří wrote:
> Hi,
> I'm just creating new site on hosting server an this message appears.
> Can someone tell me  what's the matter ?
> 
> Thanks,
> Jiri
> 
> Warning: session_write_close() [function.session-write-close]: write 
> failed: No space left on device (28) in 
> /DISK2/WWW/koza.sk/test/pmwiki.php on line 1732
> 
> Warning: session_write_close() [function.session-write-close]: Failed to 
> write session data (files). Please verify that the current setting of 
> session.save_path is correct (/DISK2/TMP/sessions) in 
> /DISK2/WWW/koza.sk/test/pmwiki.php on line 1732

"No space left on device" == "disk full".

In this particular case, there's not any space left in the 
/DISK2/TMP/sessions directory, which is where PHP is expecting
to be able to save its sessions.

Usually this is fixed by the administrator or someone looking
at the filesystem containing the temporary directory and
figuring out what is eating up all of the disk space.

Hope this helps!

Pm



More information about the pmwiki-users mailing list