Hi, I was using FeedAPI Mapper to input events from an ical feed (such as in this tutorial: http://drupal.org/node/341716).
The mapper seems to be working ok for all fields except for date. When I try to map DTSTART and DTEND to the appropriate date fields and then hit 'refresh' on my feed, the screen goes blank. When I hit 'back' I get the following error.
* warning: include_once(modules/acquia/date/date.inc) [function.include-once]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/Acquila/modules/feedapi_mapper/mappers/feedapi_mapper_date.inc on line 29.
* warning: include_once() [function.include]: Failed opening 'modules/acquia/date/date.inc' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/Acquila/modules/feedapi_mapper/mappers/feedapi_mapper_date.inc on line 29.
I am using the latest version of Drupal 6.x, and there does not appear to be a 'date.inc' file in the referenced directory for the include.
Any help would be appreciated.
Thanks,
Jonathan
Comments
Comment #1
alex_b commentedDate mapper is broken. You could try the latest patch from here in the meantime: #215979: Create a CCK date field mapper
Comment #2
alex_b commentedEither #215979: Create a CCK date field mapper comes through or we need to remove it from mappers/ for the time being.
Comment #3
alex_b commented#215979: Create a CCK date field mapper is committed. Please reopen issue if it persists.