Code: Select all
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 = 11661 AND vr.vote_id = vd.vote_id ORDER BY vr.vote_option_id ASC
Line : 687
File : /home/admin107/public_html/forum/viewtopic.php
Code: Select all
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 : /home/admin107/public_html/forum/admin/admin_forumauth.php
I have tried going to PhpMyAdmin - and tried to "Repair Tables". I am getting the following error message when I repair the Tables....
Code: Select all
dmin107_phpbb1.phpbb_search_wordlist repair status OK
admin107_phpbb1.phpbb_search_wordmatch repair error 28 when fixing table
admin107_phpbb1.phpbb_search_wordmatch repair warning Number of rows changed from 762595 to 1211924
admin107_phpbb1.phpbb_search_wordmatch repair status OK
(FYI.... I tried to use the phpbb forum "search" feature to find an answer - but I got a "page not found" error when I tried to search)