Database error in vBulletin 3.7.0 Beta 2:
Invalid SQL:
SELECT COUNT(*) AS count
FROM moderation AS moderation
INNER JOIN post AS post USING (postid)
WHERE moderation.type='reply';
MySQL Error : Unknown column 'forumbi_dbs.moderation.postid' in 'on clause'
Error Number : 1054
Date : Wednesday, December 19th 2007 @ 02:47:50 AM
Script : Giriş - ♥ღ♥ | Bu Alemin BiLGi FoRuMu| BiLGiFoRuM™ | 2øø7 - 2øø8 | ♥ღ♥ - vBulletin Admin Kontrol Paneli
Referrer : Giriş - ♥ღ♥ | Bu Alemin BiLGi FoRuMu| BiLGiFoRuM™ | 2øø7 - 2øø8 | ♥ღ♥ - vBulletin Admin Kontrol Paneli
IP Address : 88.242.244.204
Username : CoSKuN
Classname : vb_database
3.6.8 den 3.70 betaya gecıs yaparken su sorun cıktı arkdaslar yardım lutfen
alltakı hata nedır lutfen yardım
6
●806
- 19-12-2007, 02:51:55
- 19-12-2007, 03:42:05
- 24-01-2008, 12:52:06verdıgınız sql sorgusunu calıstırdım fakat gene aynı hatayı alıyorum admıncp ındex sayfasında
Database error in vBulletin 3.7.0 Beta 3:
Invalid SQL:
SELECT COUNT(*) AS count
FROM moderation AS moderation
INNER JOIN post AS post ON (post.postid = moderation.primaryid)
WHERE moderation.type = 'reply';
MySQL Error : Table 'herkese_data.moderation' doesn't exist
Error Number : 1146
hatada bu nasıl cozum bulabılırıs buna - 24-01-2008, 15:49:30aynı hata olduğunu ne biliyosun ?FERHAT76 adlı üyeden alıntı: mesajı görüntüle
1- Senin hatan için verilmedi o sorgu
2- senin hatan onunla ilgisi bile yok
aşağıdaki sorguyu çalıştır
CREATE TABLE `moderation` ( `primaryid` int(10) unsigned NOT NULL default '0', `type` enum('thread','reply','visitormessage','groupmessage') NOT NULL default 'thread', `dateline` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`primaryid`,`type`), KEY `type` (`type`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;