#4724 closed defect (bug) (worksforme)
SQL error on Write post page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
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.
Doesn't appear on the edit post page or anywhere else from what I can tell.