Active
Project:
iCal feed parser
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 23:25 UTC
Updated:
26 Oct 2011 at 17:59 UTC
This is the error that i get: warning: Invalid argument supplied for foreach() in sites/all/modules/parser_ical 2/parser_ical.module on line 101.
I have tried re-installing the module, clearing cache, re-installing related modules as well. But the error still exists.
I am using ical parser to import feeds from google calendar into drupal calendar. My calendars work properly and import feeds when cron is updated. However, I cant seem to get rid of this error.
Comments
Comment #1
slim_drupal commentedI also browsed through other related posts in drupal. I do have events in calendar and all of them are showing up successfully.
Comment #2
ekes commentedA PHP warning is a warning, not an error, not a fatal error. You can even turn them off. A quick search you will see that error reporting changed from PHP 5.2 to 5.3 as well. You can also fix it easily, even if you don't do PHP a little bit of searching will probably point you at instructions on how to make sure that it is an (empty) array passed.
You only posted this yesterday. It is not critical, or major. It wouldn't do any harm to look at the issue queues and see who fixes things, why and how fast to learn how to use an issue queue. Taking part in them rather than taking from them helps too.