#5011 closed defect (bug) (invalid)
table doesn't exist
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | normal | Version: | 2.3 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
[Table 'bookieb_blog.wp_categories' doesn't exist]
SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod FROM wp_categories c, wp_post2cat pc, wp_posts p WHERE pc.category_id = c.cat_ID AND p.ID = pc.post_id AND p.post_status = 'publish' AND p.post_type='post' GROUP BY c.cat_id
Change History (5)
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #5013. Try disabling all plugins. It appears to be code from Ultimate Tag Warrior.