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 's%Bizarre%Adventures:Stardust%Crusaders%' OR
Request.name LIKE
'%Jojo's%Bizar' at line 2
Original SQL:
SELECT COUNT(*) FROM Request WHERE `status` = 'Pending' AND (
Request.song LIKE '%Jojo's%Bizarre%Adventures:Stardust%Crusaders%' OR
Request.name LIKE '%Jojo's%Bizarre%Adventures:Stardust%Crusaders%' OR
Request.anime LIKE '%Jojo's%Bizarre%Adventures:Stardust%Crusaders%' OR
Request.artist LIKE '%Jojo's%Bizarre%Adventures:Stardust%Crusaders%' OR
Request.type LIKE '%Jojo's%Bizarre%Adventures:Stardust%Crusaders%'
)