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

alex_b’s picture

Date mapper is broken. You could try the latest patch from here in the meantime: #215979: Create a CCK date field mapper

alex_b’s picture

Title: Feed API Mapper date conversion problem » Date mapper broken
Version: 6.x-1.0-beta4 » 6.x-1.x-dev
Assigned: Unassigned » alex_b
Priority: Normal » Critical

Either #215979: Create a CCK date field mapper comes through or we need to remove it from mappers/ for the time being.

alex_b’s picture

Assigned: alex_b » Unassigned
Priority: Critical » Normal
Status: Active » Closed (fixed)

#215979: Create a CCK date field mapper is committed. Please reopen issue if it persists.