Erreur d'execution SQL : SELECT id_rubrique FROM rubrique
INNER JOIN arbo ON ( id_arbo = arbo_id_arbo)
WHERE id_arbo =
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 '' at line 3 - 1064
Erreur d'execution SQL :
SELECT article.titre, urlrewriting
FROM article
INNER JOIN arbo ON (article_id_article = id_article)
WHERE niveau1 =
AND niveau2 = 0
AND site_id_site = 1
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 'AND niveau2 = 0
AND site_id_site = 1' at line 5 - 1064
Erreur d'execution SQL :
SELECT bloc, img, img_alt, url_sponsor
FROM article
INNER JOIN sponso_rub_eo sp ON (sp.article_id_article = id_article)
INNER JOIN arbo ON (arbo.id_arbo = sp.arbo_id_arbo)
WHERE niveau1 =
AND niveau2 =
AND niveau3 = 0
AND ( CURRENT_DATE() BETWEEN date_debut AND date_fin )
ORDER BY date_debut DESC
LIMIT 1
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 'AND niveau2 =
AND niveau3 = 0
AND ( CURRENT_DATE() BETWEEN date_debut AND dat' at line 6 - 1064
Erreur d'execution SQL :
SELECT titre, img, txt, url, img_alt
FROM publi_info_eo
INNER JOIN arbo ON (id_arbo = arbo_id_arbo)
WHERE niveau1 =
AND niveau2 =
AND niveau3 = 0
AND ( CURRENT_DATE() BETWEEN date_debut AND date_fin )
ORDER BY date_debut DESC
LIMIT 1
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 'AND niveau2 =
AND niveau3 = 0
AND ( CURRENT_DATE() BETWEEN date_debut AND dat' at line 5 - 1064
Erreur d'execution SQL :
SELECT id_thematique, t.nom
FROM thematique t
WHERE arbo_id_arbo =
ORDER BY t.ordre
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 'ORDER BY t.ordre' at line 4 - 1064
Erreur d'execution SQL :
SELECT article.titre, urlrewriting, img, resume, img_alt, id_article
FROM article
INNER JOIN arbo ON (article_id_article = id_article)
WHERE niveau1 =
AND niveau2 =
AND niveau3 != 0
AND site_id_site = 1
AND arbo.etat = 0
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 'AND niveau2 =
AND niveau3 != 0
AND site_id_site = 1
AND arbo.etat = 0' at line 5 - 1064
Erreur d'execution SQL :
SELECT actu.urlrewriting, id_article, titre, DATE(date_crea)
FROM actu
INNER JOIN article ON ( actu.article_id_article = id_article )
INNER JOIN asso_article_site aas ON (id_article = aas.article_id_article)
WHERE arbo_id_arbo =
AND DATE( date_crea ) >= DATE_ADD( NOW() , INTERVAL -12 MONTH)
AND etat = 1
AND deleted = 0
AND site_id_site = 1
ORDER BY date_crea DESC
LIMIT 10
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 'AND DATE( date_crea ) >= DATE_ADD( NOW() , INTERVAL -12 MONTH)
AND etat = 1
AN' at line 6 - 1064
