erreur lors de la requette dans /home/pdiab3/public_html/diabolo/php/video.php à la ligne 107:
SELECT f.*, c.fichier_categorie, fg1.nom_group_fr
FROM figure_group fg LEFT JOIN t_fig_group tg USING (group_id), figure f, t_fig_illus ti, illustration i, categorie c, figure_group fg1, t_fig_group tg1
WHERE f.id=tg.figure_id
AND ti.figure = f.id
AND ti.illustration = i.id
AND c.id = f.categorie
AND i.type='video' AND tg.group_id = AND tg1.group_id = 18
AND fg1.group_id = tg1.group_id
AND tg1.figure_id= f.id
GROUP BY f.id
ORDER BY f.categorie, f.difficulte
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 tg1.group_id = 18
AND fg1.group_id = tg1.group_id
AND tg1.figure' at line 7
error code : 1064