WordPress database error: [Not unique table/alias: 't']
SELECT kora__comments.* FROM kora__comments JOIN kora__posts ON (kora__comments.comment_post_ID = kora__posts.ID) INNER JOIN kora__term_relationships ON (kora__posts.ID = kora__term_relationships.object_id) INNER JOIN kora__postmeta ON ( kora__posts.ID = kora__postmeta.post_id ) JOIN kora__icl_translations t ON kora__posts.ID = t.element_id AND t.element_type = 'post_product' JOIN kora__icl_languages l ON t.language_code=l.code AND l.active=1 JOIN kora__icl_translations t ON kora__comments.comment_post_ID = t.element_id AND t.element_type='post_product' AND t.language_code='en' JOIN kora__icl_translations tc ON kora__comments.comment_ID = tc.element_id AND tc.element_type='comment' AND tc.language_code='en' WHERE comment_approved = '1' AND ( kora__term_relationships.term_taxonomy_id IN (261) ) AND kora__posts.post_type = 'product' AND (kora__posts.post_status = 'publish') AND ( ( kora__postmeta.meta_key = '_visibility' AND CAST(kora__postmeta.meta_value AS CHAR) IN ('visible','catalog') ) ) AND t.language_code='en' AND kora__posts.post_type NOT IN ('shop_order','shop_order_refund') AND kora__posts.post_type <> 'shop_webhook' GROUP BY kora__comments.comment_id ORDER BY comment_date_gmt DESC LIMIT 10