Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wf_pods_organisation` AS `t`
LEFT JOIN `wf_podsrel` AS `rel_author` ON
`rel_author`.`field_id` = 733
AND `rel_author`.`item_id` = `t`.`id`LEFT JOIN `wf_users` AS `author` ON
`author`.`ID` = `rel_author`.`related_item_id`
WHERE ( `author`.`ID`= )
ORDER BY `t`.`name`, `t`.`id`
LIMIT 0, 15; Response: 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 `t`.`name`, `t`....' at line 14