[Problem]Thx. - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html) +---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html) +---- Thema: [Problem]Thx. (/thread-21564.html) |
[Problem]Thx. - forumusw - 20.07.2009 Hi. Bei mir kommt,wenn ich mich bedanken will dieser fehler: MyBB has experienced an internal SQL error and cannot continue. SQL Error: 1146 - Table 'kcommunity.mybb_mybb_thx' doesn't exist Query: SELECT * FROM mybb_mybb_thx WHERE adduid='1' AND pid='41' Please contact the MyBB Group for support. was muss ich machen das das wieder geht? Mfg RE: [Problem]Thx. - StefanT - 21.07.2009 a) Bitte poste zu dem Plugin, was du benutzt. Aufgrund der großen Anzahl an Plugins, kann so nicht geholfen werden. b) Das Plugin ist nicht für MyBB 1.4 geeignet. RE: [Problem]Thx. - 12dc12 - 21.07.2009 Also meist liegt es daran das du das Plugin aktiviert hast und wieder durch ein update deaktiviert wurde aber im ACP ist es als aktviert gehe mal in deine MySQL Datenbak und füge einen neuen Eintrag ein CREATE TABLE `mybb_thx` ( `txid` int(10) unsigned NOT NULL auto_increment, `uid` int(10) NOT NULL, `adduid` int(10) NOT NULL, `pid` int(10) NOT NULL, `time` bigint(30) NOT NULL, PRIMARY KEY (`txid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; Dann müsste es wieder gehen Das Plugin http://www.mybbcoder.info/thema-2292-seite-6.html RE: [Problem]Thx. - StefanT - 22.07.2009 Das stimmt nicht. Er benutzt ein Plugin für MyBB 1.2, also nicht das verlinkte. RE: [Problem]Thx. - 12dc12 - 22.07.2009 Woher weißt du dass er das für MyBB 1.2x nutzt ? RE: [Problem]Thx. - StefanT - 22.07.2009 An der Fehlermeldung sieht man, dass er ein altes Plugin für MyBB 1.2 mit MyBB 1.4 benutzen. |