thanks for your outstanding work guys. upon enabling Geo, Geo + Google Maps from http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/geo/ ...i got the following warnings:

* user warning: 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 'module VARCHAR(200), table_name VARCHAR(200), field_' at line 3 query: CREATE TABLE geo_field ( gfid INTEGER UNSIGNED NOT NULL auto_increment module VARCHAR(200), table_name VARCHAR(200), field_name VARCHAR(200), table_title VARCHAR(255), field_title VARCHAR(255), data_type VARCHAR(100), geometry_type VARCHAR(100) DEFAULT NULL, dimensions INT DEFAULT NULL, srid INT DEFAULT NULL, PRIMARY KEY(gfid) )/*!40100 DEFAULT CHARACTER SET utf8 */ in /home/sgo_krubpbjmaf/pi7h0gp6j/includes/database.mysql.inc on line 172.
* user warning: Table 'sgomysql_YbEHll4Xj7.geo_field' doesn't exist query: SELECT * FROM geo_link l LEFT JOIN geo_field f ON l.gfid = f.gfid in /home/sgo_krubpbjmaf/pi7h0gp6j/includes/database.mysql.inc on line 172.
* user warning: Table 'sgomysql_YbEHll4Xj7.geo_field' doesn't exist query: SELECT * FROM geo_link l LEFT JOIN geo_field f ON l.gfid = f.gfid in /home/sgo_krubpbjmaf/pi7h0gp6j/includes/database.mysql.inc on line 172.

Comments

webchick’s picture

Status: Active » Closed (duplicate)