pantheon-systems / wp-native-php-sessions

Implement native PHP sessions stored in the database for WordPress.
https://wordpress.org/plugins/wp-native-php-sessions/
GNU General Public License v2.0
138 stars 43 forks source link

[BUGS-8682] WordPress database error Unknown column ‘secure_session_id’ #290

Open jazzsequence opened 3 months ago

jazzsequence commented 3 months ago

Copied from wp.org: https://wordpress.org/support/topic/wordpress-database-error-unknown-column-secure_session_id/


I am seeing this error in my logs from the plugin hosted on Pantheon:

WordPress database error Unknown column 'secure_session_id' in 'where clause' for query SELECT * FROM wp_pantheon_sessions WHERE secure_session_id=

We are running plugin version 1.3.4 and WP 6.5.5 and PHP 8.2

Anyone seen this error? Could this be a compatibility issue as it only started happening recently after a PHP 8.2 update a month ago on Pantheon.

https://getpantheon.atlassian.net/browse/BUGS-8682