Closed (fixed)
Project:
Feed Element Mapper
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2008 at 11:36 UTC
Updated:
9 Nov 2008 at 23:21 UTC
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
Comment #1
alex_b commentedHave you tried this patch: http://drupal.org/node/215979#comment-864007
Comment #2
karens commentedUse 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.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.