error Table ‘abc.wp_posts’ doesn’t exist for query
-
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) ASchksum, post_title FROMwp_postsWHEREpost_type= ‘GOTMLS_quarantine’ ANDpost_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_contentsBut my table is
abc.cpe_posts, notabc.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.
The topic ‘error Table ‘abc.wp_posts’ doesn’t exist for query’ is closed to new replies.