"Couldn't obtain forum list"
What's wrong?

If you're having problems with admin_forumauth.php failing to update permissions please open admin/admin_forumauth.php in a text editor, find line 112. Change this line from:
toCode: Select all
$sql .= " WHERE forum_id = $forum_id";
and save the file.Code: Select all
$sql = "UPDATE " . FORUMS_TABLE . " SET $sql WHERE forum_id = $forum_id";
Falco1199 wrote: When I go to "Permissions" or "Pruning" in the admin CP it says:
"Couldn't obtain forum list"
What's wrong?![]()
Code: Select all
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 : 177
File : /data/members/free/tripod/de/e/i/g/ei*orius/htdocs/phpBB2/admin/admin_forumauth3.php
here for Forum Pruning:
Could not obtain list of forums for pruning
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 : 73
File : /data/members/free/tripod/de/e/i/g/ei*orius/htdocs/phpBB2/admin/admin_forum_prune.php
and finally, that's what I get when i want to access topics with Polls:
Could not obtain vote data for this topic
DEBUG MODE
SQL Error : 1030 Got error 28 from table handler
SELECT vd.vote_id, vd.vote_text, vd.vote_start, vd.vote_length, vr.vote_option_id, vr.vote_option_text, vr.vote_result FROM phpbb_vote_desc vd, phpbb_vote_results vr WHERE vd.topic_id = 20 AND vr.vote_id = vd.vote_id ORDER BY vr.vote_option_id ASC
Line : 657
File : /data/members/free/tripod/de/e/i/g/ei*orius/htdocs/phpBB2/viewtopic.php