WordPress database error: wp_wsal_occurences
-
I’m experiencing an error which I believe is leading to display issues with mobile views of my form. It has to do with my WP site’s database, I haven’t been able to find any information about the issue elsewhere, here’s the error:
24.10.184.166:0] WordPress database error Unknown column 'client_ip' in 'field list' for query REPLACE INTO
wp_wsal_occurrences(
site_id,
alert_id,
created_on,
client_ip,
severity,
object,
event_type,
user_agent,
user_roles,
username,
user_id,
session_id,
post_status,
post_type,
post_id) VALUES (1, 1000, '1654801134.711125', '', '', '', '', '', '', NULL, NULL, '', '', '', 0) /* From [(redacted).wpengine.com/wp-login.php?wpe-login=true] in [(redacted)/wp-content/plugins/wp-security-audit-log/classes/Adapters/MySQL/ActiveRecordAdapter.php:339
I checked and the wp_wsal_occurences table is present in the database, I’m not sure how to approach resolving the issue. Any help is appreciated.
- The topic ‘WordPress database error: wp_wsal_occurences’ is closed to new replies.