Missing DB table “rank_math_analytics_objects”
-
Hi,
I see in error logs queries to non existing DB table rank_math_analytics_objects. I tried turn off and on plugin but table wasn’t created.Table 'domain_wp802.wp_rank_math_analytics_gsc' doesn't exist
SELECT NULLIF(COUNT(DISTINCT(query)), 0)
FROM wp_rank_math_analytics_gsc
WHERE created BETWEEN '2026-04-09 00:00:00' AND '2026-05-12 23:59:59'
Table 'domain_wp802.wp_rank_math_analytics_gsc' doesn't exist
SELECT SUM(impressions) AS impressions, SUM(clicks) AS clicks, AVG(position) AS position FROM wp_rank_math_analytics_gsc WHERE created BETWEEN '2026-04-09 00:00:00' AND '2026-05-12 23:59:59'
Table 'domain_wp802.wp_rank_math_analytics_objects' doesn't exist
DELETE FROM wp_rank_math_analytics_objects WHERE object_type = 'post' AND object_id = 38000Can you please check what’s going on?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.