msvi007
09-05-2007, 06:27 PM
Here is an error I get when clicking on the A B C, etc to find games starting with those letters or when searching for games from the search box
mySQL query error: select g.*, c.password from games_list as g
left join games_cats as c on (g.gcat = c.c_id)
where g.active = 1 and trim(password)='' and gtitle like 'A%' and gcat IN (1,0,2,5,3,)
order by gtitle ASC
mySQL error: 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 gtitle ASC' at line 3
mySQL error code:
Date: Wednesday 05th of September 2007 02:25:28 PM
Any ideas on how to fix it?
mySQL query error: select g.*, c.password from games_list as g
left join games_cats as c on (g.gcat = c.c_id)
where g.active = 1 and trim(password)='' and gtitle like 'A%' and gcat IN (1,0,2,5,3,)
order by gtitle ASC
mySQL error: 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 gtitle ASC' at line 3
mySQL error code:
Date: Wednesday 05th of September 2007 02:25:28 PM
Any ideas on how to fix it?