Went to log into admin and this is the warning...

Discussion in 'Troubleshooting' started by odin, May 8, 2013.

  1. odin

    odin New Member

    Joined:
    Mar 3, 2011
    Messages:
    3
    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?
  2. odin

    odin New Member

    Joined:
    Mar 3, 2011
    Messages:
    3
    Called my host company and there is no issue with the database or the hosting space?
  3. odin

    odin New Member

    Joined:
    Mar 3, 2011
    Messages:
    3
    Tried Fix admin and the same message comes up?
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    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?
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    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
  6. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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.

Share This Page