Erreur : SQLSTATE[42000]: Syntax error or access violation: 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 'AND rm.rubrique_id=r.id ORDER BY r.position ASC' at line 1
N∞ : 42000
Query : SELECT * FROM accendi_rubriques_module as rm, accendi_rubriques as r WHERE rm.module='listings_details' AND rm.element_id= AND rm.rubrique_id=r.id ORDER BY r.position ASC
Erreur : SQLSTATE[42000]: Syntax error or access violation: 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 'AND i.module = "listings_details"
AND i.illustration = b.id
AN' at line 6
N∞ : 42000
Query : SELECT i.*,
b.id as b_id, b.titre as b_titre, b.description as b_description, b.illustration as b_illustration, b.lang_id as b_lang_id, b.parent_id as b_parent_id, b.projet_id as b_projet_id, b.type as b_type
FROM `accendi_illustration` as i
LEFT JOIN `accendi_bibliotheque` as b ON b.id = i.illustration
WHERE i.element_id =
AND i.module = "listings_details"
AND i.illustration = b.id
AND i.projet_id = 1
AND b.projet_id = 1
ORDER BY i.id ASC
LIMIT 1
Erreur : SQLSTATE[42000]: Syntax error or access violation: 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 'AND `module`="listings_details" AND (projet_id = 1 OR projet_id = 0 ) LIMIT 1' at line 1
N∞ : 42000
Query : SELECT * FROM `accendi_prix` WHERE `element_id`= AND `module`="listings_details" AND (projet_id = 1 OR projet_id = 0 ) LIMIT 1
Équipements
Équipement 1
Lorem ipsum
Duis aute irure
Excepteur sint
A partir de
0€
Erreur : SQLSTATE[42000]: Syntax error or access violation: 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 'AND d.statut = 1 AND d.module = "listings_details" AND d.type = "doc"
A' at line 6
N∞ : 42000
Query : SELECT d.*,
b.id as b_id, b.titre as b_titre, b.description as b_description, b.illustration as b_illustration, b.lang_id as b_lang_id, b.parent_id as b_parent_id, b.projet_id as b_projet_id, b.type as b_type
FROM `accendi_docs` as d
LEFT JOIN `accendi_bibliotheque` as b ON b.id = d.url
WHERE d.element_id =
AND d.statut = 1 AND d.module = "listings_details" AND d.type = "doc"
AND d.url = b.id
AND d.projet_id = 1
AND b.projet_id = 1
AND d.lang_id =1 AND b.lang_id =1
ORDER BY d.position ASC
Erreur : SQLSTATE[42000]: Syntax error or access violation: 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 'AND d.statut = 1 AND d.module = "listings_details" AND d.type = "photo"
' at line 6
N∞ : 42000
Query : SELECT d.*,
b.id as b_id, b.titre as b_titre, b.description as b_description, b.illustration as b_illustration, b.lang_id as b_lang_id, b.parent_id as b_parent_id, b.projet_id as b_projet_id, b.type as b_type
FROM `accendi_docs` as d
LEFT JOIN `accendi_bibliotheque` as b ON b.id = d.illustration
WHERE d.element_id =
AND d.statut = 1 AND d.module = "listings_details" AND d.type = "photo"
AND d.illustration = b.id
AND d.projet_id = 1
AND b.projet_id = 1
AND d.lang_id =1 AND b.lang_id =1
ORDER BY d.position ASC
Partager cette page sur les réseaux sociaux