I’ve been using version 1.6 with no problems, but today when I click on the Edit tab, I get the following error:
MySQL ERROR:
Error Number: 1064
Description: 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 ‘90WICHnp-uCpRP2lFKu9Ua0p-gxJI2bv8R93ZbXCK7U.’ at line 2
Query: SELECT exp_weblog_titles.entry_id FROM exp_weblog_titles LEFT JOIN exp_weblogs ON exp_weblog_titles.weblog_id = exp_weblogs.weblog_id LEFT JOIN exp_members ON exp_members.member_id = exp_weblog_titles.author_id WHERE exp_weblogs.site_id = ‘1’ AND exp_weblog_titles.weblog_id IN (‘3’,‘10’,‘9’,‘6’,‘1’,‘2’) AND exp_weblog_titles.author_id = exp_members.member_id ORDER BY entry_date desc LIMIT 0, 90WICHnp-uCpRP2lFKu9Ua0p-gxJI2bv8R93ZbXCK7U.
I’m not very familiar with MySQL databases. I’ve tried running the query above in phpmyadmin but it returns with another error. Any thoughts? Thank you.