SQL ERROR

Status
Not open for further replies.

rexmundi412

New Member
Messages
12
Reaction score
1
Points
3
In certain areas of my PHPBB forum I am getting this error....

General Error
SQL ERROR [ mysql4 ]

Got error 28 from storage engine [1030]

SQL

SELECT DISTINCT u.user_id, u.username, u.username_clean, u.user_colour, MAX(s.session_time) as online_time, MIN(s.session_viewonline) AS viewonline FROM (phpbb_users u CROSS JOIN phpbb_zebra z) LEFT JOIN phpbb_sessions s ON (s.session_user_id = z.zebra_id) WHERE z.user_id = 55 AND z.friend = 1 AND u.user_id = z.zebra_id GROUP BY z.zebra_id, u.user_id, u.username_clean, u.user_colour, u.username ORDER BY u.username_clean ASC

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

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

FILE: [ROOT]/ucp.php
LINE: 299
CALL: dbal_mysql->sql_query()
 
Status
Not open for further replies.
Top