Using 7.1.9-alpha1, I have discovered some errors on the Events > Calendar view (/events/calendar).
Notice: Undefined variable: type in calendar_granularity_path() (line 518 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module).
Notice: Undefined variable: type in calendar_granularity_path() (line 518 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module).
Notice: Undefined variable: type in calendar_granularity_path() (line 518 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module).
Notice: Undefined variable: type in calendar_preprocess_date_views_pager() (line 151 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module).
Notice: Undefined variable: type in calendar_granularity_path() (line 518 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module).
Notice: Undefined variable: type in calendar_preprocess_date_views_pager() (line 152 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module).
Notice: Undefined variable: type in calendar_preprocess_date_views_pager() (line 153 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module).
Notice: Undefined variable: type in calendar_granularity_path() (line 518 of /home/bentonhi/public_html/samples/stjohns2/oc7/profiles/openchurch/modules/contrib/calendar/calendar.module)
I have found this issue in the Calendar module. Looks like there is a patch committed in #32.
Comments
Comment #1
drupalninja99 commentedLooks like this is the patch: http://drupal.org/files/calendar-granularity-1445228-12.patch
I will need to roll that into the .make file.
Comment #2
drupalninja99 commentedAdded patch to dev. Applied the patch manually to a demo install and it worked. Need to try to rebuild and see if it applies correctly.
Comment #3
drupalninja99 commentedOK I have rolled this patch into the dev .make so I am going to do an end to end test to see if the patch applies correctly.
Comment #4
drupalninja99 commentedThis has been fixed for a while