WARNING: Unknown: write failed: No space left on device (28) in line 0 of file Unknown WARNING: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in line 0 of file Unknown How do i fix this?
Assuming that space is not an issue, sounds like permissions is an issue. Check to ensure the file / folder permissions are set correctly. Specifically, is your session.save_path set correctly in your PHP variables and does the location exist and have correct permissions?
I've seen this a few times on servers that arent deleting out old log files correctly. (including one of my own) Odin- I think you had amember fix this, can you share what they did? David
The problem is with available space. OS error code 28: No space left on device Either you have reached your quota for account space or your server have no available space on partition where you have /tmp/ folder. In any case, you should ask hosting support to investigate and fix this issue.