Database error
-
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 ONtt
.term_id
=t
.term_id
WHERE 1 = 1 AND
(t
.term_id
IN
(
SELECTtt
.term_id
FROMwp_hided_term_taxonomy
as tt
WHEREtt
.taxonomy
= 'product_cat'
AND
(tt
.count
> 0 OR
EXISTS (
SELECT 1
FROMwp_term_taxonomy
as tt2
WHEREtt2
.parent
=tt
.term_id
ANDtt2
.count
> 0
)
)
)
)
ORDER BYt
.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->runPlease help how to fix it. Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.