MyBB.de Forum
SQL Error - 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: SQL Error (/thread-12997.html)



SQL Error - Alice. - 15.04.2009

Wenn ich im AdminCP auf Konfiguration gehe, kommt immer so eine Fehlermeldung:
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1030 - Got error 28 from storage engine
Query:
SELECT g.*, COUNT(s.sid) AS settingcount FROM mybb_settinggroups g LEFT JOIN mybb_settings s ON (s.gid=g.gid) GROUP BY g.gid ORDER BY g.disporder

Please contact the MyBB Group for support.

Was bedeutet das? Die anderen Stellen funktionieren ja problemlos. Sad



Liebe Grüße


RE: SQL Error - StefanT - 15.04.2009

Was für eine Datenbank benutzt du denn? MySQL scheint es ja nicht zu sein.


RE: SQL Error - Michael - 15.04.2009

http://www.php-fehlermeldungen.de/topic61.html


RE: SQL Error - StefanT - 15.04.2009

Ok, ich revidiere meine Meinung. Mir war die Meldung aber neu. Sonst sind die meist auch informativer. Wink


RE: SQL Error - Alice. - 15.04.2009

Wie kann ich denn ein repair auf die betroffene Tabelle ausführen ?
(die betroffene ist in meinem Fall mybb_settinggroups , oder?)

Doch ich benutze MySQL, und am Speicherplatz kann es nicht liegen.


RE: SQL Error - Michael - 15.04.2009

Führe folgende Queries aus:
Code:
REPAIR TABLE mybb_settinggroups;
REPAIR TABLE mybb_settings;
Wenn das nicht hilft, musst du dich an deinen Hoster werden.