Please contact your administrator.

The following problem occurred in league-player-directory-full.php: get players:

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and lastname like 'M%' order by trim(lastname) asc' at line 1

select * from player p, seasonplayer sp where p.playerid=sp.playerid and p.activestatus='A' and sp.dummyplayer='N' and sp.active='Y' and sp.seasonid= and lastname like 'M%' order by trim(lastname) asc