I tried this on two installations - a test mirror of my production site (drupal 5.0, quite a few 3rd party modules) and a freshly installed drupal 5.1 (installed just so I could see if GMap produces the same error, I haven't done anything in between drupal and location/gmap installation).

That's the error (copied from the second attempt, the one on fresh 5.1):

user warning: Table 'location' already exists query: CREATE TABLE location ( eid int unsigned NOT NULL default '0', lid int unsigned NOT NULL default '0', type varchar(6) NOT NULL default '', name varchar(255) default NULL, street varchar(255) default NULL, additional varchar(255) default NULL, city varchar(255) default NULL, province varchar(16) default NULL, postal_code varchar(16) default NULL, country char(2) default NULL, latitude decimal(10,6) default NULL, longitude decimal(10,6) default NULL, source tinyint default '0', is_primary tinyint NOT NULL default '0', PRIMARY KEY (lid) ) /*!40100 DEFAULT CHARACTER SET utf8 */; in /home/ania/test.krakownews.pl/includes/database.mysql.inc on line 172.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/ania/test.krakownews.pl/sites/all/modules/gmap/gmap.module on line 1229.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/ania/test.krakownews.pl/sites/all/modules/gmap/gmap.module on line 1229.
warning: array_merge() [function.array-merge]: Argument #3 is not an array in /home/ania/test.krakownews.pl/sites/all/modules/gmap/gmap.module on line 1229.
warning: array_merge() [function.array-merge]: Argument #4 is not an array in /home/ania/test.krakownews.pl/sites/all/modules/gmap/gmap.module on line 1229.
warning: implode() [function.implode]: Bad arguments. in /home/ania/test.krakownews.pl/sites/all/modules/gmap/gmap.module on line 1229.

Few notes: I'm on Debian Sarge, which has Apache 2, MySQL 4.1 and backported PHP 5.2 with APC loaded.
Please tell me if you need more info.

Comments

muszek’s picture

Sorry, forgot to mention one thing: when I click on gmap in an admin panel (path: admin/settings/gmap), all I get is a blank page (not even one character).

bdragon’s picture

Status: Active » Closed (duplicate)

First issue: gmap_location.module is not quite ready yet.

Second issue: Please see http://drupal.org/node/118600

I hope to have both of these cleared up shortly.