I just updated my site from 2.5.2 to 2.6 and, when I went to publish or edit an entry, I get this error message:
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 `screen_name` ASC, `username` ASC’ at line 4
SELECT `member_id`, `group_id`, `username`, `screen_name`, `in_authorlist` FROM (`exp_members`) WHERE `in_authorlist` = ‘y’ OR `group_id` IN () ORDER BY `screen_name` ASC, `username` ASC
Filename: models/member_model.php
Line Number: 997
I am confused.
There is only one member. Myself.
HOW can I fix this ASAP??