I've run into this issue also using date_ical with custom entities (not nodes).

Essentially, there's a line in the views row plugin that tries to grab $entity->language. This doesn't exist on all entities, so you get a php notice in that case; quite a few log entries for a big view!

As it turns out, the variable it's setting is actually entirely unused, so the line can just be removed. Patch to follow.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stevetweeddale’s picture

coredumperror’s picture

Status: Active » Fixed

Ah, you've found a remnant of the old code, which I apparently forgot to delete. Thank you!

Patch committed to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.