Hallo,
nach dem Upgrade von WP 2.2.3. auf 2.3. habe ich folgendes Problem:
Will ich einen Beitrag speichern erhalte ich folgende Fehlermeldung:
WordPress database error: [Table 'db24569.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM `wp_posts` p LEFT JOIN `wp_post2cat` pc ON p.ID = pc.post_id LEFT JOIN `wp_categories` c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
Dies scheint am Google Sitemap Plugin zu liegen, siehe #5044 (WordPress database error) - WordPress Trac - Trac
Aber noch eine andere Frage/Ergänzung: Bei einer Suche tritt folgender Fehler auf:
WordPress database error: [Table 'db24569.wp_post2cat' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_post2cat ec3_post2cat ON ec3_post2cat.post_id=id LEFT JOIN wp_ec3_schedule ec3_sch ON ec3_sch.post_id=id AND ec3_sch.end>='2007-09-25 00:00:00' WHERE 1=1 AND (((post_title LIKE '%alibi%') OR (post_content LIKE '%alibi%'))) AND post_type = 'post' AND (post_status = 'publish' OR post_status = 'private') AND (ec3_sch.post_id IS NOT NULL OR ec3_post2cat.category_id!=21) ORDER BY post_date DESC LIMIT 0, 15
Was kann ich tun?
Viele Grüße
Ludger