Error on one domain

My server seems to be working OK, but on one domain, my WP site has stopped loading and I get the following apache errors:

[Mon Oct 21 20:45:04 2013] [warn] [client xxxx] mod_fcgid: stderr: PHP Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0 [Mon Oct 21 20:45:04 2013] [warn] [client xxxx] mod_fcgid: stderr: PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/xxxxx/tmp) in Unknown on line 0

The server does appear to have a lot on it (1gb!), but it is within quota.

Help!

Status: 
Active

Comments

Howdy -- it sounds like the filesystem thinks the quota is full, which may mean that it got out of sync.

You may want to try increasing the quota just a bit and saving it, that may resolve the issue you're seeing.

I have increased both the server and admin limits and rebooted - no joy!!

What output do you receive if you run these two commands:

quota -v USERNAME
quota -g USERNA<E

Where "USERNAME" is the Virtual Server owner of the account you're having problems with?