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.