I was created a CCK date field, than mapped it. when I try to do refresh (of feeds), I get that message:
Fatal error: Call to undefined function date_text_make_dbdate() in ****/sites/all/modules/feedapi_mapper/mappers/feedapi_mapper_date.inc on line 34

That function should be found on the Date module, but it is not found on ver 6.x-2.0-rc4.

Comments

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)
karens’s picture

Status: Postponed (maintainer needs more info) » Fixed

Use the new code I submitted at #215979: Create a CCK date field mapper. There is no function date_text_make_dbdate() in the date module, so no surprise that that didn't work.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.