I have setup placemaker with a valid key ( I am not sure if placemaker is validating the key but I think it is correct)
and Instelled geoparser under admin/settings/geoparser
I am missing something : Fatal error: Call to undefined function _content_type_info() in /var/www/placemaker/sites/default/modules/geoparser/geoparser.module on line 64.
I have tested the latest release and checked out HEAD.
Regards,
Jorge
Comments
Comment #1
alarcombe commentedHi,
Thanks for that. The problem is that cck is a requirement for this module. I'll update the info file this week.
Regards,
Andrew
Comment #2
Yorgg commentedI have enabled CCK and created the fields for each field:
Write Geoparsed lat-long to the following fields:
story: a_geo_field for lat-long
Write Geoparsed placenames to the following fields
story: a_text_field
Write Geoparsed ids to the following fields
story: a_decimal_field
At node/1/geoparse
If I write a hint about "Barcelona":
Geoparsed Locations: geoparse something
* View
Barcelona, Cataluña, ES (Town, Confidence: 9)* Edit
* geoparser
when I hit save:
Page not found
Saved 1 geoparser terms
The requested page could not be found.
Comment #3
alarcombe commentedHi,
I've been unable to replicate this. Could you let me know which modules you've got installed (if you're running drush you can do this by typing 'drush pm-list') and/or uploading a screenshot somewhere?
Thanks,
Andrew
Comment #4
Yorgg commentedThe list is short: the sites/default/modules is geoparser placemaker,
the all/modules is cck content_taxonomy geo geotaxonomy.
I couldn't get geotaxonomy into CCK so I have used the geo module.
Indeed it made geo parsing out of text but I still not sure how best make usage of this module.