mysql error

Status
Not open for further replies.
Messages
75
Reaction score
0
Points
6
Hi, I am getting an error now, I haven't gotten before. The error is as follows:

Code:
SQL ERROR [ mysql4 ]

Got error 28 from storage engine [1030]

SQL

SELECT ug.*, g.* 
	FROM phpbb_groups g, phpbb_user_group ug
	WHERE ug.user_id = 56
		AND g.group_id = ug.group_id
	ORDER BY g.group_type DESC, ug.user_pending ASC, g.group_name;


BACKTRACE

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

FILE: includes/acp/acp_users.php
LINE: 2191
CALL: dbal_mysql->sql_query()

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

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

This error just recently started coming up when I try to view a user's group setting in my phpbb forum admin. When I googled the error codes I found this:

http://www.vbulletin.com/forum/show...8-from-storage-engine-mysql-error-number-1030

Is there a problem with the space of the partition storing or running the mysql database for my site? Please help! Thanks a lot in advanced!
 
Status
Not open for further replies.
Top