Database Error from ver 1.4
-
Hello. About one hour ago, the Insert PHP Code Snippets plugin for WordPress ver 1.4 started generating MySQL database errors every few seconds. The errors look as follows:
DATE: Tue, 18 Feb 2025 15:12:28 -0400SITE: https://[REDACTED]IP: [REDACTED]UA: WordPress/6.7.2; https://[REDACTED]SCRIPT: /index.phpREQUEST: /?wp_scrape_key=[REDACTED]&wp_scrape_nonce=[REDACTED]————————————————– SELECT * FROM wp_xyz_ips_short_code WHERE insertionMethod = 1 AND status = 1Unknown column ‘insertionMethod’ in ‘where clause’ ————————————————–and
DATE: Tue, 18 Feb 2025 15:12:37 -0400SITE: https://[REDACTED]IP: [REDACTED]UA: WordPress/6.7.2; https://[REDACTED]SCRIPT: /wp-cron.phpREQUEST: /wp-cron.php?doing_wp_cron=[REDACTED]————————————————– SELECT * FROM wp_xyz_ips_short_code WHERE insertionMethod = 1 AND status = 1Unknown column ‘insertionMethod’ in ‘where clause’ ————————————————–
The same database error of “Unknown column ‘insertionMethod’ in ‘where clause'” keeps being generated multiple times per user session. There seems to be a problem with the version 1.4 plugin calling a database column that does not exist. Can this be fixed please? Thank you!
- You must be logged in to reply to this topic.