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 ') AND ct.site_id=1 AND ct.status='submitted' ORDER BY ct.edit_date DESC LIMI' at line 3
SELECT ct.entry_id, ct.channel_id, ct.author_id, ct.title, ct.edit_date FROM exp_channel_titles ct WHERE ct.channel_id IN () AND ct.site_id=1 AND ct.status='submitted' ORDER BY ct.edit_date DESC LIMIT 9
Filename: /usr/share/expressionengine/codeigniter/system/database/DB_driver.php
Line Number: 330For some reason when deleting one of my channels named “Events” I end up with this error after trying to login or anything. What gives? Any idea how to troubleshoot the cause?