Error en la base de datos de WordPress: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') GROUP BY terms.term_id' at line 17]SELECT COUNT( DISTINCT wp8c_posts.ID ) AS term_count, terms.term_id AS term_count_id FROM wp8c_posts
INNER JOIN wp8c_term_relationships AS term_relationships ON wp8c_posts.ID = term_relationships.object_id
INNER JOIN wp8c_term_taxonomy AS term_taxonomy USING( term_taxonomy_id )
INNER JOIN wp8c_terms AS terms USING( term_id )
LEFT JOIN wp8c_term_relationships ON (wp8c_posts.ID = wp8c_term_relationships.object_id)
WHERE wp8c_posts.post_type IN ( 'product' )
AND wp8c_posts.post_status = 'publish'
AND (
wp8c_posts.ID NOT IN (
SELECT object_id
FROM wp8c_term_relationships
WHERE term_taxonomy_id IN (11)
)
AND
wp8c_term_relationships.term_taxonomy_id IN (103)
)
AND terms.term_id IN () GROUP BY terms.term_id

MICRO-SD