With my current setup events are not showing up under year, week or day view. The Month view and the upcoming events show correctly.

Comments

jpontani’s picture

I'm having the same issue.
Calendar 7.x-2.x-dev (2011-Mar-21)
Date 7.x-2.x-dev (2011-Mar-20)

Kimitri’s picture

Same thing here. Calendar and Date are both version 7.x-2.x-dev. This could be related to #1101186: Undefined variable: field when accessing calendar/2011-W10.

myrapunzeled’s picture

I'm having the same issue.

rublev_green’s picture

sub

adamwhite’s picture

I'm seeing the same thing with :

Calendar 7.x-2.x-dev
Date 7.x-2.0-alpha1 (or 7.x-2.x-dev for that matter)

Granted it's probably related to the errors I'm seeing

Notice: Undefined index: group in _date_views_fields() (line 61 of /Users/adam/Sites/acquia-drupal/sites/all/modules/date/date_views/includes/date_views_fields.inc).
Notice: Undefined index: wildcard in calendar_plugin_display_attachment->display_granularity() (line 70 of /Users/adam/Sites/acquia-drupal/sites/all/modules/calendar/includes/calendar_plugin_display_attachment.inc).
Notice: Undefined index: wildcard in calendar_plugin_display_attachment->display_granularity() (line 70 of /Users/adam/Sites/acquia-drupal/sites/all/modules/calendar/includes/calendar_plugin_display_attachment.inc).
Notice: Undefined index: wildcard in template_preprocess_calendar_main() (line 46 of /Users/adam/Sites/acquia-drupal/sites/all/modules/calendar/calendar_multiday/theme/theme.inc).
Notice: Undefined index: wildcard in template_preprocess_calendar_main() (line 49 of /Users/adam/Sites/acquia-drupal/sites/all/modules/calendar/calendar_multiday/theme/theme.inc).
Notice: Undefined index: wildcard in template_preprocess_calendar_main() (line 52 of /Users/adam/Sites/acquia-drupal/sites/all/modules/calendar/calendar_multiday/theme/theme.inc).

KarenS’s picture

Status: Active » Fixed

I committed several fixes in the last few days and they should work right now.

Niremizov’s picture

Year, and day views still not showing nodes.

Niremizov’s picture

Status: Fixed » Active

Inside day view also this notice appears

Notice: Undefined property: calendar_view_plugin_style::$rendered_fields in template_preprocess_calendar() (line 143 of C:\Users\Nikko\Documents\xampp\htdocs\drupal7\sites\all\modules\calendar\theme\theme.inc).

I suppose that i should change status to active.

KarenS’s picture

Status: Active » Postponed (maintainer needs more info)

I just made some of these commits this morning. Unless you pulled a new copy of the code out of git after I posted that it was fixed you probably don't have the fixes. And you have to have the latest version of Date, Calendar, and Views. I can't tell if you have done all that.

Niremizov’s picture

Status: Postponed (maintainer needs more info) » Fixed

Yeah, sorry for my inattention.

After pulling Views, Date, Calendar from git everything started to work. Thank you again!

Niremizov’s picture

Unfortunatelly, this notice still appears on year, month, week, day views if inside each period of time no events occurs. For example: day view, shows this notice if there is no nodes(events) during that day.

Notice: Undefined property: calendar_view_plugin_style::$rendered_fields in template_preprocess_calendar() (line 143 of C:\Users\Nikko\Documents\xampp\htdocs\drupal7\sites\all\modules\calendar\theme\theme.inc).

But this look like another issue?

KarenS’s picture

New problem, but I just committed a fix for that too.

Status: Fixed » Closed (fixed)

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