Got error 28 from storage engine [1030]

.Abhishek

Addicted
Joined
May 16, 2011
Messages
912
Reaction score
0
FP$
1,698
I am getting this error on my phpbb3 forum, anyone knows it solution?

General Error
SQL ERROR [ mysqli ]

Got error 28 from storage engine [1030]

SQL

SELECT f.*, ft.mark_time, t.topic_id, t.topic_title FROM (phpbb_forums f) LEFT JOIN phpbb_forums_track ft ON (ft.user_id = 2 AND ft.forum_id = f.forum_id) LEFT JOIN phpbb_topics t ON (f.forum_last_post_id = t.topic_last_post_id) ORDER BY f.left_id

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/functions_display.php
LINE: 107
CALL: dbal_mysqli->sql_query()

FILE: indexx.php
LINE: 28
CALL: display_forums()
 
Back
Top Bottom