I'm getting the following db error:
SELECT `gal_rating_count` as `count`, (`gal_rating_sum` / `gal_rating_count`) AS `rate` FROM [db_prefix]rating WHERE `gal_id` = '2' LIMIT 1
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 '[db_prefix]rating WHERE `gal_id` = '2' LIMIT 1' at line 1
Found error in the file '/public_html/****MY SITE****/inc/classes/BxDolVotingQuery.php' at line 41.
Called 'getRow' function with erroneous argument #0.
---
I get this error when someone tries to play a game from my games' mod, I can't get the developer to contact me back so I was hoping someone who is DB savvy could point me into the right area.... any help would be appreciated... *I manually typed in ****MY SITE**** fyi
