#4724 closed defect (bug) (worksforme)
SQL error on Write post page
| Reported by: | Viper007Bond | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I get the follow MySQL errors below the menu, but above the title box.
WordPress database 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 ') AND post_author != '1' ORDER BY post_modified ASC' at line 1] SELECT ID, post_title, post_author FROM metagal_posts WHERE post_type = 'post' AND post_status = 'pending' AND post_author IN () AND post_author != '1' ORDER BY post_modified ASC WordPress database 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 ') AND post_author != '1' ORDER BY post_modified DESC' at line 1] SELECT ID, post_title, post_author FROM metagal_posts WHERE post_type = 'post' AND post_status = 'draft' AND post_author IN () AND post_author != '1' ORDER BY post_modified DESC
All plugins are disabled.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Doesn't appear on the edit post page or anywhere else from what I can tell.