My adventures and exploits as well as the gnashing of teeth with the wonderful OS known as FreeBSD.
Problem:
Scripts making use of session data not functioning correctly (referred to httpd error log for confirmation).
Log displayed:
[error] PHP Warning: Unknown: open(/tmp/o/c/5/1/3/blahblahb, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Solution:
Edit php.ini file from:
session.save_path = "5;/tmp" to
session.save_path = "/tmp".
No Comments for this post yet...