1 sayfadan 1. sayfa

Phpbbxs'de aldığım hata

İletiTarih: 12.01.2007, 01:08
bandelas
Sitemi değirmek istiyom.Phpbb xs2 build 0.58 kurudum fakat portalda recent topics,random topics gibi blokları koyduğumda aşağıdaki hatayı alıyorum.Problem nedir acaba?

Could not query recent topics information

DEBUG MODE

SQL Error : 1146 Table 'erbu77.APPROVE_POSTS_TABLE' doesn't exist

SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username, p.post_username FROM phpbb_topics AS t LEFT OUTER JOIN APPROVE_POSTS_TABLE AS a ON (t.topic_first_post_id = a.post_id), phpbb_posts AS p, phpbb_users AS u WHERE t.forum_id NOT IN ('start') AND t.topic_status <> 2 AND p.post_id = t.topic_last_post_id AND p.poster_id = u.user_id AND a.post_id is NULL AND t.topic_time <= 1168556266 ORDER BY p.post_time DESC LIMIT 10

Line : 118
File : blocks_imp_recent_topics.php

Aşağıdada line:115 ten 120'ye kadar olan yeri kopyaladım

if (!$result1 = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, 'Could not query recent topics information', '', __LINE__, __FILE__, $sql);
}
$number_recent_topics = $db->sql_numrows($result1);
$recent_topic_row = array();
while ($row1 = $db->sql_fetchrow($result1))
{
$recent_topic_row[] = $row1;
}

İletiTarih: 12.01.2007, 01:11
umit06umit
son koularla ilgili bir hatan var

İletiTarih: 12.01.2007, 02:07
bandelas
2 tane konu vardı onlarıda sildim hala aynı şimdi ise şu hatayı veriyor.Bu ne amlama geliyor.forumu tıkladığımda çıkıyor..

Basically there are to many people not even kowing this post exists let alone reading it. So from here on out if you do something that is on this post, we the staff will not do anything for you except link you to this post.

Okumak için Buraya tıklayın

İletiTarih: 12.01.2007, 11:28
bandelas
tüm korum ve kategorileride sildim.Sonra tekrar oluşturdum oluşturduğumda da aynı hatayı veriyor.

İletiTarih: 12.01.2007, 16:55
BuzLaş
phpBBXS Sürekli fix çıkartıyor. En Yeni Versionu İndirip O Dosyayla Değiştir Bakalım.

İletiTarih: 12.01.2007, 17:18
bandelas
baktım bende son sürümmüş zaten :D acaba ben mi bir yerde yanlış bir yaptımda anlamadım. yukarıdaki sql hatasını veriyor halen anlamadım..

İletiTarih: 14.01.2007, 13:57
bandelas
58b sürümününkinide attım fakat aynı problem devam ediyor

Yardımcı olursanız sevinirim.