Notice: Trying to access array offset on value of type bool in /www/wwwroot/booking.avnacademy.com/web/catalog/controller/coach/booking.php on line 81Exception: Error: 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 ') GROUP BY `uc`.`id` ORDER BY `uc`.`id` ASC' at line 6
Error No: 1064
SELECT u.*, uc.*, GROUP_CONCAT(ct.name) as topic_names , GROUP_CONCAT(cr.name) as role_names
FROM users u
LEFT JOIN user__contact uc ON (`uc`.`user_id` = `u`.`id`)
LEFT JOIN coa__roles cr ON FIND_IN_SET(cr.id, `uc`.`role`)
LEFT JOIN coa__topics ct ON FIND_IN_SET(ct.id, `uc`.`topic`)
WHERE uc.available = '1' AND `uc`.`id` NOT IN () GROUP BY `uc`.`id` ORDER BY `uc`.`id` ASC in /www/wwwroot/booking.avnacademy.com/web/system/library/db/mysqli.php on line 43