Closed (fixed)
Project:
iCal feed parser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 01:35 UTC
Updated:
27 Feb 2009 at 17:01 UTC
hi,
i've been setting up an import from CiviEvents, using this methodology:
http://drupal.org/node/341716
i've also applied a number of the patches, used a number of the suggested modules from here:
http://drupal.org/node/215979
every time, i get a good mapping. it reads the fields coming from CiviCRM, and shows actual real data in the Feed item example.
however, when i run the refresh, i always get "No processors specified for URL".
what does that indicate to you who are wiser than i???
where should i look to fix this?
thx,
m
Comments
Comment #1
ekes commentedThe processor is like the 'feedapi node' module, assuming you want to parse these feed items into nodes. You need to
. enable this module, FeedAPI Node
. enable it for the content type (it's a check box and other options on the /admin/content/types page for the feed type)
. choose it on the feed node (only really relevant if you have more than one processor on the content type).
Comment #2
marqpdx commentedthanks ekes for getting back to me.
i have done all this and double checked.
i appear to have overlooked one step:
i enabled the iCalParser, but not the FeedMapper Node create part. I thought that since it was mapping, that was automatic (it was a late night last night).
thanks for taking the time. much appreciated!!!
best,
m
ps - now it appears to be creating them into a different content type, but that's a different issue i need to research. huge step getting the nodes created.
thx,