Wordpress 2.3 kurulumunu tamamladım, kendi temamı yükleyip, gerekli eklentileri kurduktan sonra içerik eklemeye başladım ama içerik eklerken DB hatası alıyorum;
WordPress veritabanı hatası: [Table 'xx.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMp LEFT JOIN
_pc ON p.ID = pc.post_id LEFT JOIN
_c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
_WordPress veritabanı hatası: [Table 'xx.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMp LEFT JOIN
_pc ON p.ID = pc.post_id LEFT JOIN
_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 /home/xx/public_html/xxx/wp-includes/wp-db.php:160) in /home/xx/public_html/xxx/wp-includes/pluggable.php on line 390
Destek sorusu değil