hi everybody...

i try to use the downlaod_counter module but like so often i get a cryptic error message.
this:
===========================================================================
user warning: You have an error in your SQL syntax near 'ON f.filepath = CONCAT('files/', fd.filename) JOIN keepnode n ON n.nid = f.nid O' at line 1 query: SELECT fd.filename, fd.count, fd.timestamp, f.nid, n.type FROM keepfile_downloads fd JOIN keepfiles f ON f.filepath = CONCAT('files/', fd.filename) JOIN keepnode n ON n.nid = f.nid ORDER BY count DESC in /var/www/web1/html/keep/includes/database.mysql.inc on line 167.
===========================================================================

it is possible that i recieved a lot of such errors because i defined a table prefix "keep" while i set up my drupal??
maybe some modules cant really interact with other dbtables because they estimate the orignal db table names (without userdefined prefix?) maybe?

please help i get mad...
(ive got those (db error) problem with gmaps and location module too)

scupone