WordPress database error: [Table 'bossgist_wp288.wpvx_sb2_ai_bot_hits' doesn't exist]
INSERT INTO wpvx_sb2_ai_bot_hits
(bot_name, bot_purpose, request_path, normalized_url, url_hash, object_id, object_type, status_code, hit_date, first_seen, last_seen, visits)
VALUES ('ClaudeBot', 'research', '/breaking-news-coronavirus-hits-30-as-ncdc-confirms-3-more-cases-in-lagos/', 'https://bossgist.com/breaking-news-coronavirus-hits-30-as-ncdc-confirms-3-more-cases-in-lagos', 'c1057108cc6f907d3295f3b9ce1c89b279e1596c81c2b7cccb55a70a2d65d70b', 5081, 'post', 200, '2026-08-18', NOW(), NOW(), 1)
ON DUPLICATE KEY UPDATE
visits = visits + 1,
last_seen = NOW(),
status_code = 200,
normalized_url = IF(normalized_url = '' OR normalized_url IS NULL, 'https://bossgist.com/breaking-news-coronavirus-hits-30-as-ncdc-confirms-3-more-cases-in-lagos', normalized_url),
object_id = IF(object_id IS NULL OR object_id = 0, 5081, object_id),
object_type = IF(object_type IS NULL OR object_type = '', 'post', object_type)