Quote:
Originally Posted by W!cKeD
Search in vbsoccer.php the query and put this =>
PHP Code:
$vbulletin->db->query_read("
SET sql_mode='NO_UNSIGNED_SUBTRACTION';
");
befor the query.
|
That worked perfectly, thanks! It seems to me this error happens if you predict more away goals than home, making home - away < 0.
The only query I can't find is the hall of fame one - I have that issue there. Do you know where to find it?