I had this problem with my php.ini file, thought I'd share.
I was getting this error when starting a session with PHP: "Cannot find save handler files in [PATH TO SCRIPT]", and PHP sessions was not working.
The problem turned out to be this line in my cpanel generated php.ini:
session.save_handler = "files "
As soon as I removed the extra spaces, the error went away, and I was able to use PHP sessions again.
I am using: WHM 11.11.0 cPanel 11.16.0-R18450 with Litespeed Web Server Enterprise v3.3.3 lsphp module.
Not sure why the extra spaces crept in. I'll have to ensure there are not spaces at the end of the fields when I check my config with easyapache.
Cheers,
-Anthony
I was getting this error when starting a session with PHP: "Cannot find save handler files in [PATH TO SCRIPT]", and PHP sessions was not working.
The problem turned out to be this line in my cpanel generated php.ini:
session.save_handler = "files "
As soon as I removed the extra spaces, the error went away, and I was able to use PHP sessions again.
I am using: WHM 11.11.0 cPanel 11.16.0-R18450 with Litespeed Web Server Enterprise v3.3.3 lsphp module.
Not sure why the extra spaces crept in. I'll have to ensure there are not spaces at the end of the fields when I check my config with easyapache.
Cheers,
-Anthony