I'm working away on this site, and suddenly when I try search, I got the following error. Okay, the following 2 errors:
WordPress database error: [Unknown table 'wp_postmeta' in where clause]
SELECT max(post_date) FROM wp_posts WHERE (1=1) AND (((post_title LIKE '%english%') OR (post_content LIKE '%english%')) OR (post_title LIKE '%english%') OR (post_content LIKE '%english%')) OR (wp_postmeta.post_id=wp_posts.id AND wp_postmeta.meta_value LIKE '%english%') AND post_date_gmt <= '2006-01-06 23:45:59' AND ((post_status = "static" or post_status = "publish") OR post_author = 1 AND post_status != 'draft' AND post_status != 'static') GROUP BY year(post_date), month(post_date), dayofmonth(post_date) ORDER BY post_date DESC LIMIT 0,1WordPress database error: [Unknown table 'wp_postmeta' in where clause]
SELECT min(post_date) FROM wp_posts WHERE (1=1) AND (((post_title LIKE '%english%') OR (post_content LIKE '%english%')) OR (post_title LIKE '%english%') OR (post_content LIKE '%english%')) OR (wp_postmeta.post_id=wp_posts.id AND wp_postmeta.meta_value LIKE '%english%') AND post_date_gmt <= '2006-01-06 23:45:59' AND ((post_status = "static" or post_status = "publish") OR post_author = 1 AND post_status != 'draft' AND post_status != 'static') GROUP BY year(post_date), month(post_date), dayofmonth(post_date) ORDER BY post_date DESC LIMIT 0,1
I think it's the same thing twice, but it's too much for me.
So, where did this come from? I'm running numerous plugins, and editing them, and everything is higgledy-piggledy, yes, but this feels very out of the blue. Search was working yesterday when I was trying to rig something. Mostly though, I feel like, I haven't messed w/ meta fields for a WHILE. I've added them in, and they seemed to have gotten to a relatively stable, bug-free state.
Here's the URI where I got this: http://www.sistercarmen.org/test/?s=english
Thanks for any and all advice,
Jeremy