+ Reply to Thread
Results 1 to 2 of 2

Thread: Sudden error appeared....

  1. #1
    Client
    Join Date
    Nov 2009
    Posts
    13
    Squirrelcart version
    v3.0.0

    Sudden error appeared....

    One of the SC site I maintain showed these errors today:

    Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_lndcg4muusle3lb89b4lprgk52, O_RDWR) failed: Read-only file system (30) in /var/www/html/squirrelcart/pre_common.php on line 177

    Warning: Unknown: open(/var/lib/php/session/sess_lndcg4muusle3lb89b4lprgk52, O_RDWR) failed: Read-only file system (30) in Unknown on line 0

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


    Nothing has been changed with the site in literally years. Some pages in the CP seem to come up, but only intermittently. Maybe it's a database issue? Since it's referencing specific files I thought it might be a bug.
    My Grandmother loved using anecdotal evidence, and she lived to be 120 years old.

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,719
    Squirrelcart version
    v3.3.7
    This is definitely not a database issue, and not a bug. Your host is having problems with session support for PHP. In order for sessions to work, PHP needs access to read AND write to the location specified as session.save_path in your php.ini file. It appears that location is read only on your server. Report it to your web host and they should be able to fix it for you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts