Last night my forums where working fine, however this morning I get on and it gives me this error:
Warning: mysql_query(): Unable to save result set in /home/oprpg/public_html/forum/forum.php on line 254
Got error 127 from table handler
and I can not figure out why. Nothing has changed and the code is still the same. Everything in the Database matches up. The code for that line is:
$totalthreads = mysql_query("SELECT COUNT(*) as cette FROM forum_threads WHERE forumid = '$id' AND sorr = '1' AND deleted = '0'") or die(mysql_error());