I tried to select 'ical dateapi parser' as the parser for a Feed importer and received the following message:
Fatal error: Declaration of ParserIcalFeedsParser::parse() must be compatible with that of FeedsParser::parse() in ~/sites/all/modules/parser_ical/includes/ParserIcalFeedsParser.inc on line 159
Comments
Comment #1
ekes commentedAt this moment you'll need a newer version of feeds (alpha-10 / dev) where all the date mapping, and a big change to the parser, has been commited.
Comment #2
ekes commentedComment #4
chrisal commentedError with 6.X.2.0-beta1. I tried to select 'ical dateapi parser' as the parser for a Feed importer and received the following message:
Fatal error: Declaration of ParserIcalFeedsParser::parse() must be compatible with that of FeedsParser::parse() in /homez.144/alainetc/www/sites/all/modules/parser_ical/includes/ParserIcalFeedsParser.inc on line 165
Comment #5
ekes commentedWhat version of Feeds are you using?
Comment #6
chrisal commentedEverything is ok after applying these modules :
feeds : 6.X.1.0-beta10
data : 6.x.1.0.alpha14
parser_ical : 6.X.2.0-beta1
job_scheduler : 6.X.1.0-beta3
Now, i have to understand how to integer these pieces in one process ...
Thanks