﻿<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress Türkiye Forumları Konu: WordPress Veritabanı Hatası</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: WordPress Veritabanı Hatası</description>
<language>en</language>
<pubDate>Sun, 23 Nov 2008 00:26:11 +0000</pubDate>

<item>
<title>eylultoprak konu: "WordPress Veritabanı Hatası"</title>
<link>http://www.wordpress-tr.com/forum/topic/3158#post-16124</link>
<pubDate>Pts, 01 Oct 2007 15:50:58 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">16124@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/3122?replies=24&#34;&#62;arkadaşlar bu tür versiyon 2.3 sorunları tek başlıkda toplayalım burdan..&#60;br /&#62;
&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Sercan konu: "WordPress Veritabanı Hatası"</title>
<link>http://www.wordpress-tr.com/forum/topic/3158#post-16121</link>
<pubDate>Pts, 01 Oct 2007 13:53:19 +0000</pubDate>
<dc:creator>Sercan</dc:creator>
<guid isPermaLink="false">16121@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;ayrıca simpletaggingde hata veriyor bakalım pasiflicez sonra son sürüm atıcaz tek tek aktifliycez umarım düzelir 2.3 bazı noktalarda köklü değişimi var o yüzden geçmessek gelecek yeni sürümlere direk geçiş yapamayız yoksa bu sürüme geçmezdim yahu :D&#60;br /&#62;
ben uğraşlara başlayayım kötüsü direct panel cpanel kaldırmıyor benim siteyi o yüzden veritabanada giremiyorum of of uğraşalım bkaalım :D
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "WordPress Veritabanı Hatası"</title>
<link>http://www.wordpress-tr.com/forum/topic/3158#post-16114</link>
<pubDate>Pts, 01 Oct 2007 10:15:11 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">16114@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;sitemap eklentisinin son sürümü ve 2.3 ile uyumlu hali çıktı bilginize.
&#60;/p&#62;</description>
</item>
<item>
<title>Byte konu: "WordPress Veritabanı Hatası"</title>
<link>http://www.wordpress-tr.com/forum/topic/3158#post-16109</link>
<pubDate>Pts, 01 Oct 2007 02:50:38 +0000</pubDate>
<dc:creator>Byte</dc:creator>
<guid isPermaLink="false">16109@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Evet bendeki hata da siteharitası eklentisinden kaynaklanıyormuş.Teşekkürler.
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "WordPress Veritabanı Hatası"</title>
<link>http://www.wordpress-tr.com/forum/topic/3158#post-16107</link>
<pubDate>Pts, 01 Oct 2007 02:23:54 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">16107@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Genel bir cevap verebilirim sizinkinin benzeri bir hatayla karşılaştım ve : hataları gidermek için önce eklentileri etkisizleştirip, veritabanı optimizasyonu yapıp sonra tek tek eklentileri etkinleştirip hataya neden olan uygulamayı denedim Sitemap eklentisindenmiş. Büyük bir ihtimalle sizinki de eklentilerdendir.
&#60;/p&#62;</description>
</item>
<item>
<title>Byte konu: "WordPress Veritabanı Hatası"</title>
<link>http://www.wordpress-tr.com/forum/topic/3158#post-16106</link>
<pubDate>Pts, 01 Oct 2007 02:04:24 +0000</pubDate>
<dc:creator>Byte</dc:creator>
<guid isPermaLink="false">16106@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Wordpress sürümünü yükselttikten sonra yazıları yazıp yayınlaya tıklayınca şu hatayı alıyorum;&#60;/p&#62;
&#60;p&#62;WordPress veritabanı hatası: [Table 'benimdil_dilim.wp_post2cat' doesn't exist]&#60;br /&#62;
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM &#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62; p LEFT JOIN &#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62; pc ON p.ID = pc.post_id LEFT JOIN &#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62; c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID&#60;/p&#62;
&#60;p&#62;WordPress veritabanı hatası: [Table 'benimdil_dil.wp_post2cat' doesn't exist]&#60;br /&#62;
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM &#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62; p LEFT JOIN &#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62; pc ON p.ID = pc.post_id LEFT JOIN &#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
&#60;/code&#62; c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID&#60;/p&#62;
&#60;p&#62;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&#60;/p&#62;
&#60;p&#62;Bu hatayı nasıl giderebilirim?&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;uyari&#34;&#62;&#60;strong&#62;Yönetici notu:&#60;/strong&#62; Lütfen forum kurallarımızı okuyun, konu başlıklarınızda &#34;yardım&#34; benzeri ifadeler kullanmayın. [Hasan]&#60;/div&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
