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

alarcombe’s picture

Assigned: Unassigned » alarcombe
Category: support » bug
Status: Active » Needs work

Hi,

Thanks for that. The problem is that cck is a requirement for this module. I'll update the info file this week.

Regards,

Andrew

Yorgg’s picture

I 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
* Edit
* geoparser

Barcelona, Cataluña, ES (Town, Confidence: 9)

when I hit save:

Page not found
Saved 1 geoparser terms
The requested page could not be found.

alarcombe’s picture

Status: Needs work » Postponed (maintainer needs more info)

Hi,

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

Yorgg’s picture

Component: Code » Documentation

The 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.