Active
Project:
Geo
Version:
6.x-1.0-alpha1
Component:
Geo API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2009 at 07:36 UTC
Updated:
7 Jan 2010 at 16:47 UTC
I am trying to configure a "Geospatial data reference" type field for a custom content type. When I click the "Save" button wile in the edit mode, I see the following error:
user warning: Table 'stringsn_drp01.drup_drup_content_type_snow_report' doesn't exist query: SELECT DISTINCT(drup_content_type_snow_report.vid),field_report_location_geo FROM drup_drup_content_type_snow_report ORDER BY field_report_location_geo in /home4/stringsn/public_html/drupldev/sites/all/modules/geo/modules/geo_data/geo_data.module on line 302.
I do have table
drup_content_type_snow_report
...but not:
drup_drup_content_type_snow_report
Thank you
Comments
Comment #1
gagarine commentedSame problem with same version on fresh install with only rules, cck, geo and geocode...
The table geo is not create on the installation. After disable, uninstall and install again the geo module the table geo is created. Strange... I try to reproduce the bug without success.
Something i see in geo.install
Now we have
But habitually we use
I think this change nothing... but anyway it's more drupal style.