Replies: 2
Hi! In my error log, I get the following error:
[26-Jun-2024 05:51:10 UTC] WordPress database error Table ‘abc.wp_posts’ doesn’t exist for query SELECT CONCAT(post_mime_type
, ‘O’, comment_count
) AS chksum
, post_title FROM wp_posts
WHERE post_type
= ‘GOTMLS_quarantine’ AND post_status
= ‘pending’ made by do_action(‘wp_ajax_GOTMLS_scan’), WP_Hook->do_action, WP_Hook->apply_filters, GOTMLS_ajax_scan, GOTMLS_scandir, GOTMLS_check_file, GOTMLS_scanfile, GOTMLS_load_contents
But my table is abc.cpe_posts
, not abc.wp_posts
.
How can I fix this? Does it affect the functionality of my plugin in any way?
Thank you, and congratulations on such a wonderful plugin.