I'm getting this error when I try click "fields (0)" after creating a type per the documentation.
500 SQL=SELECT f.,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM btnvs_js_res_fields AS f LEFT JOIN btnvs_viewlevels AS ag ON ag.id = f.access LEFT JOIN btnvs_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc SQL=SELECT f.,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM btnvs_js_res_fields AS f LEFT JOIN btnvs_viewlevels AS ag ON ag.id = f.access LEFT JOIN btnvs_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc LIMIT 0, 20 SQL=SELECT f.*,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM btnvs_js_res_fields AS f LEFT JOIN btnvs_viewlevels AS ag ON ag.id = f.access LEFT JOIN btnvs_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc
I'm getting this error when I try click "fields (0)" after creating a type per the documentation.
500 SQL=SELECT f.,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM btnvs_js_res_fields AS f LEFT JOIN btnvs_viewlevels AS ag ON ag.id = f.access LEFT JOIN btnvs_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc SQL=SELECT f.,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM btnvs_js_res_fields AS f LEFT JOIN btnvs_viewlevels AS ag ON ag.id = f.access LEFT JOIN btnvs_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc LIMIT 0, 20 SQL=SELECT f.*,ag.title AS access_level,g.title AS group_field_title, g.icon as icon FROM btnvs_js_res_fields AS f LEFT JOIN btnvs_viewlevels AS ag ON ag.id = f.access LEFT JOIN btnvs_js_res_fields_group AS g ON g.id = f.group_id WHERE (f.published IN (0, 1)) AND f.type_id = 1 ORDER BY g.ordering ASC,f.ordering asc