WordPress database error: [Table 'd006a758.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
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxx/wp-includes/wp-db.php:160) in /www/htdocs/xxx/wp-comments-post.php on line 67
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxx/wp-includes/wp-db.php:160) in /www/htdocs/xxx/wp-comments-post.php on line 68
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxx/wp-includes/wp-db.php:160) in /www/htdocs/xxx/wp-comments-post.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxx/wp-includes/wp-db.php:160) in /www/htdocs/xxx/wp-includes/pluggable.php on line 391
würde mich freuen, wenn mir jemand helfen könnt. Muss ich "einfach" die fehlende "wp_post2cat" in der Databse erstellen ? Ich weiß leider nicht genau wie ich das anstelle.