status=err
SQL error=1040
SQL error string=Too many connections
SQL=SELECT songlist.*, historylist.listeners as listeners, historylist.requestID as requestID, historylist.date_played as starttime FROM historylist,songlist WHERE (historylist.songID = songlist.ID) AND (songlist.songtype='S' OR songlist.songtype='N' or songlist.songtype='I') ORDER BY historylist.date_played DESC LIMIT 11