Page 1 of 1
phpBB MySQL Error
Posted: 2004-03-03 10:44
by [zdb]pennywise
Ich bin verwirrt. Wenn ich in unser phpBB-Forum gehe, kommt die Index-Seite mit allen Kategorien und UNterkategorien, aber wenn ich dann eine anklicke kommt:
Code: Select all
Couldn't obtain category list.
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT c.cat_id, c.cat_title, c.cat_order FROM phpbb_categories c, phpbb_forums f WHERE f.cat_id = c.cat_id GROUP BY c.cat_id, c.cat_title, c.cat_order ORDER BY c.cat_order
Line : 120
File : /home/www/web1/html/cfcforum/includes/functions.php
Weiß einer wie ich den Fehler beheben kann, oder erst überhaupt einmal was das genau bedeutet?
Re: phpBB MySQL Error
Posted: 2004-03-03 13:15
by duergner
[ZDB]pennywise wrote:Ich bin verwirrt. Wenn ich in unser phpBB-Forum gehe, kommt die Index-Seite mit allen Kategorien und UNterkategorien, aber wenn ich dann eine anklicke kommt:
Code: Select all
Couldn't obtain category list.
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT c.cat_id, c.cat_title, c.cat_order FROM phpbb_categories c, phpbb_forums f WHERE f.cat_id = c.cat_id GROUP BY c.cat_id, c.cat_title, c.cat_order ORDER BY c.cat_order
Line : 120
File : /home/www/web1/html/cfcforum/includes/functions.php
Versuch mal obigen SQL-String direkt auf der Kommando von mysql auszuprobieren.
Weiß einer wie ich den Fehler beheben kann, oder erst überhaupt einmal was das genau bedeutet?
Re: phpBB MySQL Error
Posted: 2004-03-03 13:54
by alexander newald
Partition voll oder Quota überschritten
Re: phpBB MySQL Error
Posted: 2004-03-04 15:34
by [zdb]pennywise
tatsächlich :roll:
hast du da Erfahrung, oder kann man das aus der Fehlermeldung rauslesen?
Re: phpBB MySQL Error
Posted: 2004-03-04 15:45
by alexander newald
Sowohl als auch ;-)
man perror
Re: phpBB MySQL Error
Posted: 2004-03-04 15:50
by robertw
Genau, das Geheimnis heißt "perror":
Code: Select all
# perror 28
Error code 28: No space left on device
Robert
Re: phpBB MySQL Error
Posted: 2004-03-04 16:03
by [zdb]pennywise
hui, gut zu wissen :D dankeschön