• Resolved Nazar Hotsa

    (@bugnumber9)


    Hello,

    I installed the latest version on a new website yesterday. Now seeing tons of these in the PHP error log:

    
    WordPress database error Table 'mydbname.wp_rank_math_analytics_gsc' doesn't exist for query SELECT ROUND(AVG(keywords),0) as keywords, SUM(impressions) AS impressions, SUM(clicks) AS clicks, AVG(ctr) AS ctr
    			 FROM (
    				 SELECT count(DISTINCT(query)) AS keywords, SUM(impressions) AS impressions, SUM(clicks) AS clicks, AVG(ctr) AS ctr
     				FROM wp_rank_math_analytics_gsc
     				WHERE clicks > 0 AND created BETWEEN '2020-08-08 00:00:01' AND '2020-09-12 23:59:59'
     			    GROUP BY created
    			) as ks made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, RankMath\Analytics\Summary->get_keywords_summary
    

    I checked in phpMyAdmin and the table isn’t there. What’s the best way to fix this problem?

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘WordPress database error’ is closed to new replies.