Failed to write session data (files).

grinfax

Joined: 2002-09-10
Posts: 10
Posted: Tue, 2002-09-10 00:35

I am getting the following error:

+++++++++++++++++++++++++++++++++++++++++++++++
Warning: write failed: Disk quota exceeded (122) in Unknown on line 0

Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
+++++++++++++++++++++++++++++++++++++++++++++++

I am on a shared server. I don't think I have access to /tmp. Do I need to change the path of session.save_path ? It is a Linux server.

Any help will be appreciated.

Thanks,
Kim

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Tue, 2002-09-10 02:15

Well, if you try to access it, can you?
Do you have access to change the setting of session.save_path in the
php.ini file? Unless whoever is administering the server has done
something weird, everyone should have access to /tmp as a great
deal of linux software depends on it being available.

You may want to get in touch with whoever is in charge of the server
and ask them about this. It's not a Gallery issue per-se but a server one
from what I can see.