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

slim_drupal’s picture

Priority: Major » Critical

I also browsed through other related posts in drupal. I do have events in calendar and all of them are showing up successfully.

ekes’s picture

Priority: Critical » Minor
Issue tags: +php5.3

A 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.