phpbb error 28

Status
Not open for further replies.

jznaz43842

New Member
Messages
2
Reaction score
0
Points
0
SQL ERROR [ mysql4 ]

Got error 28 from storage engine [1030]

SQL

SELECT f2.* FROM phpbb_forums f1 LEFT JOIN phpbb_forums f2 ON (f2.left_id BETWEEN f1.left_id AND f1.right_id) WHERE f1.forum_id = 3 ORDER BY f2.left_id ASC

BACKTRACE

FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: includes/functions_admin.php
LINE: 290
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_forums.php
LINE: 407
CALL: get_forum_branch()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_forums->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()



This is what it says. The phpbb support team says only my host can fix this.
 
Status
Not open for further replies.
Top