Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_posts` AS `t`
LEFT JOIN `wp_postmeta` AS `deposit_bonus_from` ON
`deposit_bonus_from`.`meta_key` = 'deposit_bonus_from'
AND `deposit_bonus_from`.`post_id` = `t`.`ID`
LEFT JOIN `wp_postmeta` AS `offer_type` ON
`offer_type`.`meta_key` = 'offer_type'
AND `offer_type`.`post_id` = `t`.`ID`
LEFT JOIN `wp_podsrel` AS `rel_site` ON
`rel_site`.`field_id` = 22
AND `rel_site`.`item_id` = `t`.`ID`
LEFT JOIN `wp_posts` AS `site` ON
`site`.`ID` = `rel_site`.`related_item_id`
LEFT JOIN `wp_podsrel` AS `rel_country` ON
`rel_country`.`field_id` = 6947
AND `rel_country`.`item_id` = `t`.`ID`
LEFT JOIN `wp_posts` AS `country` ON
`country`.`ID` = `rel_country`.`related_item_id`
LEFT JOIN `wp_postmeta` AS `country_two_code` ON
`country_two_code`.`meta_key` = 'two_code'
AND `country_two_code`.`post_id` = `country`.`ID`
WHERE ( ( `deposit_bonus_from`.`meta_value` = '5.00' AND `offer_type`.`meta_value` IN ('','alt') AND `site`.`ID` !='' Â AND `country_two_code`.`meta_value`='ie' ) AND ( `t`.`post_type` = 'offer' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
GROUP BY `site`.`id`
ORDER BY `site`.`menu_order`, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 0, 999; Response: 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 'Â AND `country_two_code`.`meta_value`='ie' ) AND ( `t`.`post_type` = 'offer'...' at line 37