A PHP Error was encountered

Severity: Notice

Message: Undefined index: cup_name

Filename: controllers/cups.php

Line Number: 39

A PHP Error was encountered

Severity: Notice

Message: Undefined index: ID_CUP

Filename: controllers/cups.php

Line Number: 42

Database Error

An Error Was Encountered

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 'ORDER BY s.ID_SEASON DESC' at line 5

SELECT * FROM core_seasons s JOIN core_matches m ON (m.ID_SEASON = s.ID_SEASON) JOIN core_cups c ON (c.ID_CUP = m.ID_CUP) WHERE c.ID_CUP = ORDER BY s.ID_SEASON DESC