Download & Extend

Error after updating to alpha2 - calendar_node_taxonomy_stripe()

Project:Calendar
Version:7.x-3.0-alpha2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

After updating to alpha 2 received error - Notice: Trying to get property of non-object in calendar_plugin_row_node->calendar_node_taxonomy_stripe() (line 535)

Line 518 $terms[] = $item['tid'];
Should this be $terms[] = $item;

Should have said: in calendar_plugin_row_node.inc

Comments

#1

I'm getting this same error after upgrading to the latest development version. [Edit] I've since disabled striping on our calendar, as what we really want is taxonomy term classes so that we can style the calendar items in CSS, rather than in the admin UI; however it doesn't look like that feature is likely to be added to this module.

Another symptom is that date numbers are no longer clickable on calendar displays; although I don't know whether this problem is related. Are you experiencing that problem, as well, @Jimboh? [Edit] I've found that this is a separate issue (#1393086: Date links no longer appearing after update).

#2

I get this as well when the ical feed is parsed. The stripes shouldn't even factor into that type of view.

#3

Status:active» fixed

There were some bugs in the refactoring of node plugin into an entity plugin that broke the taxonomy striping. I just committed a fix for that (won't show up in the tarball until tomorrow.)

#4

Status:fixed» closed (fixed)

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

nobody click here