Bei jedem Speichern eines Posts bekomme ich diese Fehlermeldung. Hab grad mal auf die Schnelle einen neuen Blog installiert, da gibt es diese Tabelle auch nicht. Hilfe!
WordPress database error: [Table ‘db213979379.wpstoibaer_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM `wpstoibaer_posts` p LEFT JOIN `wpstoibaer_post2cat` pc ON p.ID = pc.post_id LEFT JOIN `wpstoibaer_categories` c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDWordPress database error: [Table ‘db213979379.wpstoibaer_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM `wpstoibaer_posts` p LEFT JOIN `wpstoibaer_post2cat` pc ON p.ID = pc.post_id LEFT JOIN `wpstoibaer_categories` c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDWarning: Cannot modify header information – headers already sent by (output started at /homepages/20/d38031151/htdocs/stoibaer/wp-includes/wp-db.php:159) in /homepages/20/d38031151/htdocs/stoibaer/wp-includes/pluggable.php on line 390
Nachtrag: Es lag am Plugin Google Sitemaps Generator, das ich noch in der Version 2.7.1 im Einsatz hatte. Nach dem Update auf Version 3.0 war das Problem weg. Dank an Martin, der die geniale Idee hatte, einfach zu googeln. 😉
Schon mal eine Googlesuche probiert?
Google – Cannot modify …
Dabei bin ich z.B. auf folgenden Thread gestoßen:
http://forum.wordpress-deutschland.org/installation/25405-nach-upgrade-auf-2-3-wordpress-database-error-table-usr-wp_terms-doesn-2.html
In dem Fall war es das Google Sitemaps Plugin. Es wird bestimmt irgend ein Plugin sein, vermute ich. 🙂
Danke, das wars.