A Database Error Occurred
Error Number: 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 'ORDER BY ste.sort_order ASC' at line 14
SELECT ste.id, sm.id as sys_module_id, sm.name module_name, sm.body_name as module_body_name, sm.config_params as module_config, st.id as sys_template_id, str.id as sys_template_region_id, st.name as template_name, st.source_path, str.region_name region_name, str.view_path as region_path, str.content as region_content, ste.sort_order, ste.created FROM sys_template_has_element ste LEFT JOIN sys_module sm ON ste.sys_module_id = sm.id LEFT JOIN sys_template st ON ste.sys_template_id = st.id LEFT JOIN sys_template_region str ON ste.sys_template_region_id = str.id WHERE st.id = ORDER BY ste.sort_order ASC