Wordpress sürümünü yükselttikten sonra yazıları yazıp yayınlaya tıklayınca şu hatayı alıyorum;
WordPress veritabanı hatası: [Table 'benimdil_dilim.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM
<
p 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 'benimdil_dil.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM
<
p 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/benimdil/public_html/wp-includes/wp-db.php:160) in /home/benimdil/public_html/wp-includes/pluggable.php on line 390
Bu hatayı nasıl giderebilirim?
destek sorusu değil
