Mysql error.
SELECT `tematic_page`.* FROM `tematic_page`, `tematic_page` as `tps` WHERE ( `page`.`page_actif`='1' AND `page`.`page_lg`='fr' AND `page`.`page_parent`='4' ) OR ( `page`.`page_actif`='1' AND `page`.`page_lg`='en' AND `page`.`page_parent`=`tps`.`page_id` AND `tps`.`page_actif`='1' AND `tps`.`page_lg`='fr' AND `tps`.`page_parent`='4' ) GROUP BY `page`.`page_id` ORDER BY `page`.`page_ordre` ASC
Unknown column 'page.page_actif' in 'where clause'