Hi zusammen
Ich habe vor 4 Wochen das Update auf 2.3 gemacht und bin dann in die Ferien gefahren. Mein Blog wurde korrekt angezeigt. Nun, als ich heute ein Post absenden wollte kam folgende Fehlermeldung:
Code
WordPress database error: [Table 'wpde.wp_post2cat' doesn't exist]
SELECT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, category_id FROM wp_posts INNER JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) WHERE post_date > 0 AND ID = 82 ORDER By post_date DESC
WordPress database error: [Table 'wpde.wp_post2cat' doesn't exist]
SELECT DISTINCT YEAR(p.post_date) AS `year` 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 DESC
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 p.post_date_gmt < '2007-10-27 12:44:50' ORDER By p.post_date DESC' at line 6]
SELECT DISTINCT MONTH(p.post_date) AS `month` FROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = AND p.post_date_gmt < '2007-10-27 12:44:50' ORDER By p.post_date DESC
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/idotter.ch/httpdocs/wp/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 294
WordPress database error: [Table 'wpde.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 asc
WordPress database error: [Table 'wpde.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-27 12:44:50' GROUP BY p2c.category_id
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/idotter.ch/httpdocs/wp/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 461
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/idotter.ch/httpdocs/wp/wp-includes/wp-db.php:159) in /home/httpd/vhosts/idotter.ch/httpdocs/wp/wp-includes/pluggable.php on line 390
Alles anzeigen
Kann mir da jemand weiterhelfen? Was ist das und wie kann ich den Fehler beheben?
Mein Blog liegt hier: Wikis und Blogs im Mathematikunterricht