Weird error message after posting
-
I upgraded to 2.3 last week. All is fine, except after I post anything, I get the error messages below. Even though the post goes through fine, and everything works, I’m getting this error message.
My blog is at https://www.parmet.net/pr
Here’s the error message:
WordPress database error: [Table ‘pr.wp_post2cat’ doesn’t exist]
SELECT YEAR(post_date) ASyear
, MONTH(post_date) ASmonth
, category_id FROM wp_posts INNER JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) WHERE post_date > 0 AND ID = 1213 ORDER By post_date DESCWordPress database error: [Table ‘pr.wp_post2cat’ doesn’t exist]
SELECT DISTINCT YEAR(p.post_date) ASyear
FROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id) WHERE p.post_date > 0 ORDER By p.post_date DESCWordPress database error: [Table ‘pr.wp_post2cat’ doesn’t exist]
SELECT DISTINCT MONTH(p.post_date) ASmonth
FROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = 2007 AND p.post_date_gmt < ‘2007-10-17 20:48:28’ ORDER By p.post_date DESCWordPress database error: [Table ‘pr.wp_post2cat’ doesn’t exist]
SELECT DISTINCT MONTH(p.post_date) ASmonth
FROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = 2006 AND p.post_date_gmt < ‘2007-10-17 20:48:28’ ORDER By p.post_date DESCWordPress database error: [Table ‘pr.wp_post2cat’ doesn’t exist]
SELECT DISTINCT MONTH(p.post_date) ASmonth
FROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = 2005 AND p.post_date_gmt < ‘2007-10-17 20:48:28’ ORDER By p.post_date DESCWordPress database error: [Table ‘pr.wp_post2cat’ doesn’t exist]
SELECT DISTINCT MONTH(p.post_date) ASmonth
FROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = 1969 AND p.post_date_gmt < ‘2007-10-17 20:48:28’ ORDER By p.post_date DESCWarning: Invalid argument supplied for foreach() in /home/.garfy/parmet/parmet.net/pr/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 292
Warning: Invalid argument supplied for foreach() in /home/.garfy/parmet/parmet.net/pr/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 292
Warning: Invalid argument supplied for foreach() in /home/.garfy/parmet/parmet.net/pr/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 292
Warning: Invalid argument supplied for foreach() in /home/.garfy/parmet/parmet.net/pr/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 292
WordPress database error: [Table ‘pr.wp_categories’ doesn’t exist]
SELECT cat_ID, cat_name, category_nicename, category_parent FROM wp_categories c WHERE c.cat_ID > 0 ORDER BY c.cat_ID ascWordPress database error: [Table ‘pr.wp_categories’ doesn’t exist]
SELECT c.cat_ID, COUNT(distinct p2c.post_id) AS cat_count FROM wp_categories c INNER JOIN wp_post2cat p2c ON (c.cat_ID = p2c.category_id) INNER JOIN wp_posts p ON (p.ID = p2c.post_id) WHERE p.post_status = ‘publish’ AND p.post_date_gmt < ‘2007-10-17 20:48:28’ GROUP BY p2c.category_idWarning: Invalid argument supplied for foreach() in /home/.garfy/parmet/parmet.net/pr/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 459
Warning: Cannot modify header information – headers already sent by (output started at /home/.garfy/parmet/parmet.net/pr/wp-includes/wp-db.php:160) in /home/.garfy/parmet/parmet.net/pr/wp-includes/pluggable.php on line 390
- The topic ‘Weird error message after posting’ is closed to new replies.