participants-database session error re PHP change
-
When moving from PHP 8.2 to PHP 8.3 via cPanel, the following Warning occurs in Query Monitor plugin:
Warning session_start(): open(/opt/alt/php83/var/lib/php/session/sess_3bd7657f1df2daa2d876e28fe7508e35, O_RDWR) failed: No such file or directory (2)
wp-content/plugins/participants-database/classes/PDb_Session.php:270
1 Plugin: participants-databaseWarning session_start(): Failed to read session data: files (path: /opt/alt/php83/var/lib/php/session)
wp-content/plugins/participants-database/classes/PDb_Session.php:270
1 Plugin: participants-database—————-
cPanel PHP option for both 8.2 and 8.3 “session.save_path” is “/tmp”
Plenty of session files can be seen in /tmpWarning goes away when reverting to PHP 8.2
- You must be logged in to reply to this topic.