PHP Error

Soldato
Joined
31 May 2005
Posts
15,640
Location
Nottingham
Seems to be a problem with writing to the database but I have no idea what :(

Warning: Unknown: open(retry_interval=15/sess_454fcd7a13f5daa516f968e36cd78272, 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 (tcp://xx.xxx.x.xx:xxxxx?persistent=1&weight=1&ti meout=1&retry_interval=15) in Unknown on line 0

Would appreciate any help offered :)
 
Sounds like an error at the server level. Have you got control over it? If not it's probably only fixable by your host.

You are correct.

My host removed a line in the PHP config that tries to force it to use files instead of inheriting the PHP default.
 
Back
Top Bottom