Severity: Notice
Message: Undefined index: iSeasonId
Filename: models/soccer_match_model.php
Line Number: 268
Severity: Notice
Message: Undefined index: iSeasonId
Filename: models/soccer_match_model.php
Line Number: 269
Severity: Notice
Message: Undefined index: iT1
Filename: models/soccer_match_model.php
Line Number: 280
Severity: Notice
Message: Undefined index: iT1
Filename: models/soccer_match_model.php
Line Number: 280
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/betdevil/public_html/system/core/Exceptions.php:317)
Filename: core/Common.php
Line Number: 442
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OR awayteamid = ) AND leagueid < 500 AND matchdate > '2022-01-30' AND matchstatu' at line 2
SELECT count(*) as count, leagueid, seasonid FROM matches WHERE (hometeamid = OR awayteamid = ) AND leagueid < 500 AND matchdate > '2022-01-30' AND matchstatus = 'C' GROUP by leagueid, seasonid ORDER BY matchdate desc, seasonid DESC LIMIT 2
Filename: /home/betdevil/public_html/models/soccer_match_model.php
Line Number: 284