Hallo zusammen,
habe plötzlich eine Fehlermeldung über meine Seite stehen. Im Quellcode sieht sie folgendermaßen aus:
<p class="wpdberror"><strong>
WordPress database error:
</strong>
[Table 'mysql1964bibu.wp_post2cat' doesn't exist]
<br>
<code>
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(posts.post_date_gmt)) + '1' AS last_post_date, UNIX_TIMESTAMP(max(posts.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts posts ON p2c.post_id=posts.id WHERE 1 = 1 AND posts.post_type = 'post' AND posts.post_status = 'publish' AND posts.post_date_gmt <= '2007-11-24 15:34:21' GROUP BY p2c.category_id ORDER BY numposts DESC
</code>
</p>
Ich konnte bisher nicht heraus finden, wie diese Meldung zustande kommt noch, wie ich sie beseitigen kann. Hoffe, hier wird mir geholfen :oops::-|
Viele Grüße,
Heike