Database Error: DB Error: syntax error:SELECT `p`.*
FROM `products_full` AS `p`
LEFT JOIN `products_countries_link` AS `pcl` ON `p`.`id`=`pcl`.`productid`
LEFT JOIN `country` AS `c` ON `pcl`.`countrycode`=`c`.`countrycode`
WHERE p.section = 'Countries' AND status_flag = 'active' AND `countryname`='Cote d'Ivoire' [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Ivoire'' at line 5]