Aller au contenu
Database Error; SQL: SELECT DISTINCT `t`.* FROM `wp_posts` AS `t` LEFT JOIN `wp_icl_translations` AS `wpml_translations` ON `wpml_translations`.`element_id` = `t`.`ID` AND `wpml_translations`.`element_type` = 'post_popup' AND `wpml_translations`.`language_code` = 'fr' LEFT JOIN `wp_icl_languages` AS `wpml_languages` ON `wpml_languages`.`code` = `wpml_translations`.`language_code` AND `wpml_languages`.`active` = 1 WHERE ( ( relate_to_category.name = 'Gestion d'entreprise et RH' ) AND ( `t`.`post_type` = 'popup' ) AND ( `wpml_languages`.`code` IS NOT NULL ) AND ( `t`.`post_status` IN ( 'publish' ) ) ) ORDER BY `t`.`post_date` DESC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date` LIMIT 0, 1; Response: 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 'entreprise et RH' ) AND ( `t`.`post_type` = 'popup' ) AND ( `wpml_languages`.`co' at line 16