- Code: Select all
On /index.php?name=wowrosterdf&file=addon&roster_addon_name=reputation&factionfilter=Stormpike+Guard
While executing query " AND r.name='Stormpike Guard' ORDER BY max_rep desc, r.standing DESC, curr_rep DESC"
the following error occured: 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 'AND r.name='Stormpike Guard' ORDER BY max_rep desc, r.standing DESC, curr_rep DE' at line 1
In: /home/freak6/public_html/modules/wowrosterdf/lib/wowdb.php on line: 59
My line 59 reads:
- Code: Select all
return $db->sql_query($querystr);
I get the error no matter which Faction I select. Any clues on how to rectify this? It just started doing it for no reason that I can think of.
RottGutt