select rubriques_id, mother_id, keyword, nom, description, ordre, visible, model, couleur from rubriques where rubriques_id="1"
Table 'ccrg.rubriques' doesn't exist
select photos_id, rubriques_id, nom, chemin, fichier from photos where rubriques_id="1" order by ordre
Table 'ccrg.photos' doesn't exist
select elements_id, keyword, nom, ordre from elements where elements_id="1"
Table 'ccrg.elements' doesn't exist
select photos_id, nom, chemin, fichier, ordre from photos_element where elements_id = "1" order by ordre asc
Table 'ccrg.photos_element' doesn't exist
select a.elements_id, a.champs_id, a.forme, a.affichage, a.traitement, a.ordre, a.ordre_recherche, a.recherche, a.recherche_avancee, a.liste, b.cle, b.nom, b.descriptif, b.aide from elements_has_champs a, champs b where a.champs_id = b.champs_id and a.elements_id="1" order by a.ordre asc
Table 'ccrg.elements_has_champs' doesn't exist
select a.champs_id, a.forme, a.affichage, a.traitement, b.cle, b.nom, b.descriptif, b.aide from elements_has_champs a, champs b where a.elements_id = "1" and a.champs_id = b.champs_id and a.recherche order by a.ordre_recherche asc
Table 'ccrg.elements_has_champs' doesn't exist
select rubriques_id, mother_id, keyword, nom, description, ordre, visible, model, couleur from rubriques where mother_id="0" and rubriques_id != mother_id order by ordre asc
Table 'ccrg.rubriques' doesn't exist
select elements_id, keyword, nom, ordre from elements order by ordre asc
Table 'ccrg.elements' doesn't exist
DESCRIBE rubriques
Table 'ccrg.rubriques' doesn't exist