ModCP SQL Error - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html) +---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html) +---- Thema: ModCP SQL Error (/thread-26991.html) |
ModCP SQL Error - Cexy - 04.12.2012 Ich bekomme immer die folgende Fehlermeldung, wenn ich das ModCP aufrufen möchte. Code: SELECT t.subject,t.username,t.uid,t.tid,t.fid,t.lastpost,t.lastposter,t.lastposteruid,t.replies,t.visible,tr.uid AS truid,tr.dateline,tp.displaystyle AS styledprefix,f.name FROM mybb_threads t LEFT JOIN mybb_threadsread tr ON (tr.tid=t.tid AND tr.uid='567') LEFT JOIN mybb_threadprefixes tp ON (tp.pid = t.prefix) LEFT JOIN mybb_forums f ON (f.fid = t.fid) WHERE (t.visible = '1' OR '1'='1' ) AND t.fid NOT IN (Array,'36','30','35','57') AND t.closed NOT LIKE 'moved|%' AND t.visible != '-2' AND f.active = '1' ORDER BY t.lastpost DESC LIMIT 0,21 Wäre über eine Lösung erfreut. MfG. RE: ModCP SQL Error - StefanT - 04.12.2012 Welche Plugins hast du installiert? RE: ModCP SQL Error - Cexy - 04.12.2012 Additional Usergroup Images Default Avatar Donation Bar Fit on Page Form Manager MyBB GoMobile Show the users that has been online today Page Manager ProStats Registration Security Question Thank You/Like System |