Seite 1 von 1

SQL Error : 1030 Got error 28 from tab

Verfasst: 10.12.2005 22:25
von maxmax20
Hallo Leute,

ich hoffe ihr könnt mir so helfen wie das letzte mal.

ich bekomm nun folgenden Error

Couldn't obtain forum list

Code: Alles auswählen

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT f.* FROM phpbb_forums f, phpbb_categories c WHERE c.cat_id = f.cat_id ORDER BY c.cat_order ASC, f.forum_order ASC

Line : 169
File : admin_forumauth.php
wenn ich auf Permissions im admin menü links klicke.

bzw:

Code: Alles auswählen

Couldn't obtain forum list

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT f.* FROM phpbb_forums f, phpbb_categories c WHERE c.cat_id = f.cat_id ORDER BY c.cat_order ASC, f.forum_order ASC

Line : 210
File : admin_forumauth_list.php 
wenn ich auf permission list klicke.

schau ich in line 169 was er schreibt steht dort:

Code: Alles auswählen

message_die(GENERAL_ERROR, "Couldn't obtain forum list", "", __LINE__, __FILE__, $sql);
aber das sagt mir ehlrichgersagt nicht viel.

bitte um hilfe.

danke,
Markus

[/code]

Verfasst: 10.12.2005 22:33
von PhilippK
Deutlich mehr hilft dir das MySQL-Tool perror:
OS error code 28: No space left on device
Gruß, Philipp

Verfasst: 10.12.2005 23:29
von maxmax20
hi,

habs grad nochmal probiert, jetzt klappts....
komisch

danke einmal.
Markus