With a fresh install of beta 4 you get the following error when creating a new location
Unknown column `latlng` in `field list` query: INSERT INTO gmap_blocks_locations (address, city, state, country, marker, use_icon, icon_path, info, format, directions, latlng) VALUES (`1 George St`, `Brisbane`, `QLD`, `Australia`, 1, 0, ``, ``, 2, 0, ``)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gmap_blocks.573374.patch | 717 bytes | sutharsan |
| gmap_blocks.install.patch | 414 bytes | mstrelan |
Comments
Comment #1
sutharsan commentedSlightly revised patch attached which adds a description to the field.
Comment #2
skilip commentedCommitted as well. Thanks!
Comment #4
afdiaz commentedI've applied both patches without success! However, maybe I've patched it in the wrong way?:
I'm getting the same error:
Comment #5
mstrelan commented@afdiaz - You need to patch it before installing the module. Disable the module, then uninstall it. Then patch it and install it again.
Comment #6
nd_macias commentedFor those, who have some problems with installing patch. You can also add manually 'latlng' field in 'gmap_blocks_location' setting it just as in patch (varchar, 255, not null) in drupal database. Works fine for me, as I couldn't manage to install patch properly. :)