Hello, I have been using EE2 since the public beta, and recently deleted a comment which was followed up with my inability to visit the “Edit Content” section of my site.
I am given the following screen:
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 entry_date desc’ at line 5
SELECT exp_channel_titles.entry_id, exp_channel_titles.channel_id, exp_channel_titles.title, exp_channel_titles.author_id, exp_channel_titles.status, exp_channel_titles.entry_date, exp_channel_titles.dst_enabled, exp_channel_titles.comment_total, exp_channels.live_look_template, exp_members.username, exp_members.email, exp_members.screen_name FROM (exp_channel_titles) LEFT JOIN exp_channels ON exp_channel_titles.channel_id = exp_channels.channel_id LEFT JOIN exp_members ON exp_members.member_id = exp_channel_titles.author_id WHERE exp_channel_titles.entry_id IN ) ORDER BY entry_date desc
This shows up when attempting to view http://paravisinicoffee.com/mgmt/index.php?S=4b5689516b21b0e15b8d69d6da630c2ca8b01f5f&D=cp&C=content_edit
I have not recently installed or changed any addons, modified my database, or changed any expression engine files in anyway.
Any help is greatly appreciated. Thanks!