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.
 
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.
 
Chances are they've setup Memcache or Memcached and they've misfig'd the session path (iirc, Memcache requires 'tcp://address:port' whereas Memcached uses 'address:port') or handler.
You could possible correct it yourself if you have php.ini access but it sounds like their (putting it bluntly) 'c*ckup' so i'd get them to correct it.
 
Back
Top Bottom