help after u guys moved the servers...
c0mmy
Brisbane, Queensland
17 posts
now im getting these errors when trying to write sessions...
Warning: Unknown(): open(/tmp/php/sess_8aead78ae199a0daa39beff35b6eee52, O_RDWR) failed: No such file or directory (2) 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 (/tmp/php) in Unknown on line 0
any help will be appreciated
|
nudge
Melbourne, Victoria
529 posts
I've noticed that they only allow read-only access to the server at the moment.
FTP seems to be disabled too. Perhaps they are in the process of creating a snapshot of the filesystem.
Your page is using the default 'file' session handling, and since writes to disk are not allowed, it bombs out when it tries to create a new session file.
|
This thread is archived and cannot be replied to.