I have a Drupal 5.1 site.
I've got this error message as soon as I enabled the ip_locator module. I also got the same error when I run the 'ip_update.php'.
Any help?
* user warning: You have an error in your SQL syntax near 'on (ic.country_code = c.country_code) where ic.nid='7' ' at line 8 query: SELECT c.country_code as ip_locator_country_code, c.country as ip_locator_country FROM ip_locator_node ic join ip_locator_country c on (ic.country_code = c.country_code) where ic.nid='7' in /home/bsjeon/public_html/TelematicDrumCircle/includes/database.mysql.inc on line 172.
* user warning: You have an error in your SQL syntax near 'on (ic.country_code = c.country_code) where ic.nid='7' ' at line 8 query: SELECT c.country_code as ip_locator_country_code, c.country as ip_locator_country FROM ip_locator_node ic join ip_locator_country c on (ic.country_code = c.country_code) where ic.nid='7' in /home/bsjeon/public_html/TelematicDrumCircle/includes/database.mysql.inc on line 172.
Comments
Comment #1
he_who_shall_not_be_named commentedProbably you must run the database update script.
Comment #2
he_who_shall_not_be_named commented