I think that it is a MYsql5 bug.
Code:
$announcements = mysql_query("SELECT count(*) FROM `" . TABLE_PREFIX . "smnlikquick`");
$announcement = (mysql_result($announcements, 0, 0));
I have installed it on mysql 4 and work without problems.
Not there's solutions? My forum work like a charm on a litespeed board, and i never see any DB errors with noone of mod that i have installed.