Catched error 40642000: SQLSTATE[42000]: Syntax error or access violation: 1064 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 'ORDER BY tb.sort ASC, tb.id ASC' at line 10
in /home/etkfanrm/domains/premium-dent.com.ua/public_html/protection/modules/template/Template.php on line 97.
Query: '
SELECT
tb.id, tb.sort,
template.path as template_path, template.name as template_name,
infoblocks.path as info_path, infoblocks.name as info_name,
template.module_table, template.module_table_type, template.module_select, template.module_sort, template.module_limit
FROM constructor tb
LEFT JOIN template ON template.id = tb.template_id
LEFT JOIN infoblocks ON infoblocks.id = tb.infoblock_id
WHERE tb.pages_id=
ORDER BY tb.sort ASC, tb.id ASC'