I am getting a strange error message when I click on the alphabetically listings - any letter I click on and it comes up with:
Quote:
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 'B%' and gcat IN (1,0,)
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: Monday 16th 2008f June 2008 02:31:16 AM
|
I have used this mod for over a year now without a problem. I recently upgraded to 3.7 and now 3.7.1 - does anyone know what happened here or how to resolve this issue?