WordPress database error: [Not unique table/alias: 'icltr2']SELECT SQL_CALC_FOUND_ROWS bgwp_comments.comment_ID
			 FROM bgwp_comments 	JOIN bgwp_icl_translations icltr2
							ON icltr2.element_id = bgwp_comments.comment_post_ID
							JOIN bgwp_posts ON  bgwp_posts.ID = icltr2.element_id
							AND CONCAT('post_', bgwp_posts.post_type) = icltr2.element_type
						LEFT JOIN bgwp_icl_translations icltr_comment
							ON icltr_comment.element_id = bgwp_comments.comment_ID
								AND icltr_comment.element_type = 'comment'
					 LEFT JOIN bgwp_posts AS wp_posts_to_exclude_reviews ON comment_post_ID = wp_posts_to_exclude_reviews.ID 	JOIN bgwp_icl_translations icltr2
							ON icltr2.element_id = bgwp_comments.comment_post_ID
							 AND  bgwp_posts.ID = icltr2.element_id
							AND CONCAT('post_', bgwp_posts.post_type) = icltr2.element_type
						LEFT JOIN bgwp_icl_translations icltr_comment
							ON icltr_comment.element_id = bgwp_comments.comment_ID
								AND icltr_comment.element_type = 'comment'
					
			 WHERE ( comment_approved = '1' ) AND comment_post_ID = 22973 AND comment_parent = 0  AND icltr2.language_code = 'en'
															AND (icltr_comment.language_code IS NULL
																	OR icltr_comment.language_code = icltr2.language_code
																)  AND  comment_type != 'order_note'  AND  comment_type != 'webhook_delivery'  AND  comment_type != 'action_log'  AND  wp_posts_to_exclude_reviews.post_type NOT IN ('product')   AND icltr2.language_code = 'en'
															AND (icltr_comment.language_code IS NULL
																	OR icltr_comment.language_code = icltr2.language_code
																) 
			 
			 ORDER BY bgwp_comments.comment_date_gmt ASC, bgwp_comments.comment_ID ASC
			 
