Trying to create a new Geo field in my drupal site, I select Geospatial data field and the Well Known Text widget and I save the field. After save the field properties (Unlimited values and Point as Geometry type). The field is added, but I can see this error:
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 ') SELECT vid, nid, 0, FROM content_type_text' at line 1 query: INSERT INTO content_field_text (vid, nid, delta, ) SELECT vid, nid, 0, FROM content_type_text in C:\AppServ\www\drupal\sites\all\modules\cck\includes\content.admin.inc on line 1523.
Why this message is shown?
Somebody has the same problem?
Thanks in advance!
Comments
Comment #1
plopescI posted this bug 6 weeks ago and nobody has written nothing about it.
Is this bug a normal Geo Field behavior??
is this bug associated to CCK module instead of Geo Module??
Thanks in Advance!
Comment #2
gregglesI tried to reproduce this bug and was unable.
1. Enable geo and geo field
2. Add a field to a content type with Geospatial data and Well Known Text as the widget
Expected results:
Works without error
Actual results:
Works without error.
I guess it was fixed at some point along the way.
If not, please re-open this issue.