Using plugin with PHP7 – Session_start() permission denied
-
Hello,
I recently switched over to PHP 7.2 and noticed a bunch of errors in my error log coming from cforms:
mod_fcgid: stderr: PHP Warning: session_start(): open(/var/lib/php/session/sess_542mlp8uhdt1ac9l139s0t255t, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/cforms2/lib_functions.php on line 39
mod_fcgid: stderr: PHP Warning: session_start(): Failed to read session data: files (path: /var/lib/php/session) in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/cforms2/lib_functions.php on line 39
These are repeated a couple times each so I’ve only printed the 2 different ones I saw in the log file.
I’m hoping this will be fixed in the next version maybe? ??
Thank you.
- The topic ‘Using plugin with PHP7 – Session_start() permission denied’ is closed to new replies.