• Hello,

    After updating WP6.7 and get following errors:

    Nov 19, 02:42:16

    WordPress database error Table 'sorryhided_wp.wp_term_taxonomy' doesn't exist for query SELECT
    t.term_id, tt.count
    FROM wp_hided_terms as t
    LEFT JOIN wp_hided_term_taxonomy as tt ON
    tt.term_id = t.term_id
    WHERE 1 = 1 AND

    ( t.term_id IN
    (
    SELECT tt.term_id
    FROM wp_hided_term_taxonomy as tt
    WHERE tt.taxonomy = 'product_cat'
    AND
    (
    tt.count > 0 OR
    EXISTS (
    SELECT 1
    FROM wp_term_taxonomy as tt2
    WHERE tt2.parent = tt.term_id
    AND tt2.count > 0
    )
    )
    )
    )
    ORDER BY t.term_id ASC
    /* 1 = 1 */ 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, AIOSEO\Plugin\Common\Sitemap\RequestParser->checkRequest, AIOSEO\Plugin\Common\Sitemap\RequestParser->checkForGeneralSitemap, AIOSEO\Plugin\Common\Sitemap\Sitemap->generate, AIOSEO\Plugin\Common\Sitemap\Content->getTotal, AIOSEO\Plugin\Common\Sitemap\Root->indexes, AIOSEO\Plugin\Common\Sitemap\Root->buildIndexesTaxonomy, AIOSEO\Plugin\Common\Sitemap\Content->terms, AIOSEO\Plugin\Common\Sitemap\Query->terms, AIOSEO\Plugin\Common\Utils\Database->run

    Please help how to fix it. Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Support Steve M

    (@wpsmort)

    Hi @cfm168,

    We released a small update yesterday that should address this issue. Can you try pulling in the latest update to see if that resolves this error?

    Thanks!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.