Over at #2126933: Default INTERVAL not imported from iCal feed, gpmburd pointed out that my code that's supposed to erase the Missing Feeds plugin warning message during the update hook for Date iCal 2.x->3.x doesn't seem to work. I'll get that fixed ASAP.

Comments

joelsteidl’s picture

Hi,

I upgraded to the new 7.x-3.x-dev version and ran a DB update.

Now when I try running cron to import my ical feed, I get an error:

Call to undefined method FeedsMissingPlugin::parse() in
/sites/all/modules/contrib/feeds/includes/FeedsSource.inc,
line 354

I've tried Feeds 7.x-2.x-dev and 7.x-2.0-alpha8 and get the same results. This had be working previously to upgrading to Date iCal 7.x-3.x-dev so I didn't know if this was the same issue reported here or something completely unrelated.

I'm happy to create a new issue if you think it could be a Date iCal issue. If not, I guess I'll open an issue with Feeds.

Thanks!

coredumperror’s picture

Have you checked out your feed importer, and confirmed that it has updated to use the new iCal parser? The fact that you're seeing FeedsMissingPlugin is a hint that your importer may not have been properly updated by the hook. Also try clearing your cache.

joelsteidl’s picture

Thanks for the quick response. How can I confirm it has updated

coredumperror’s picture

If you're using Date iCal 3.x-dev, and you're not seeing errors all over the place while you navigate through your Feed Importer's settings pages, then you've got the updated plugin.

joelsteidl’s picture

That was my problem. I had done the db update through the UI and for some reason it showed as being updated, but in reality it didn't. Drush came through for me though.

Things are working great with Date iCal 7.x-3.x-dev! Thanks for your help!

coredumperror’s picture

Status: Active » Closed (fixed)