error: no id present. default to rootKan query niet uitvoeren: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and L.obj_point_to_obj_id_slave = O.obj_id and O.obj_id = T.txt_obj_id_...' at line 6
select distinct L.obj_id, L.obj_title_slave as lnk_title , O.obj_title_slave, O.obj_img_tmb_path , O.obj_id as pro_obj_id , T.txt_intro, T.txt_subtitle, T.txt_body, T.txt_description from cms_object as L , cms_object as O , cms_obj_text as T where L.obj_str_name_slave = 'lnk_2project' and L.obj_parent_id_ref = and L.obj_point_to_obj_id_slave = O.obj_id and O.obj_id = T.txt_obj_id_ref and O.obj_publish = 1 and O.obj_pubstart_date < now() order by O.obj_order ASC