Hi all, I got this db error, can anyone help me with it?
Query:
SELECT obj.*
FROM `sys_objects_tag` obj LEFT JOIN `sys_tags` tgs
ON obj.`ObjectName` = tgs.`Type` WHERE `tgs`.`Tag` IS NOT NULL GROUP BY obj.`ObjectName` ORDER BY obj.`ID`
Mysql error: Got error 28 from storage engine
Found error in the file '/home/hardtime/public_html/inc/classes/BxDolTags.php' at line 75.
Called 'db_res' function with erroneous argument #0.
