when displaying a calendar in monthview, I'm getting this error message:

Notice: Undefined index: 1 in calendar_plugin_row->render() (regel 428 van /home/huh/domains/huh.be/public_html/icarus/sites/all/modules/calendar/includes/calendar_plugin_row.inc).

Notice: Undefined index: 2 in calendar_plugin_row->render() (regel 428 van /home/huh/domains/huh.be/public_html/icarus/sites/all/modules/calendar/includes/calendar_plugin_row.inc).

What can I do about this?

blueblot

Comments

blueblot’s picture

I only get this error message when browsing to the current month.

theohawse’s picture

Status: Active » Closed (fixed)

Had the same problem after upgrading,

Fix that worked was to use views bulk operations and re-save all the event nodes.

michaellenahan’s picture

@theohawse - thank you!

In my case it was something to do with a change I had made to the date field.

The calendar was clearly not able to deal with the new date field settings until the event nodes were re-saved with the new format.