Closed (fixed)
Project:
Calendar
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 21:32 UTC
Updated:
23 Mar 2012 at 16:10 UTC
Hi,
I have just installed Calendar on Drupal 7 and I have it working, but this error displays on the calendar/month page view.
Notice: Undefined index: exception in calendar_plugin_style->granularity() (line 192 of /home/sites/ocduk.org/public_html/Dev/modules/calendar/includes/calendar_plugin_style.inc).
Comments
Comment #1
karens commentedIt sounds like the view is missing the date argument or something. Can't tell without more information.
Comment #2
AshleyF73 commentedFixed. I had the latest Calendar and Date modules, but I needed to update to the latest Views and Chaos Tools modules. That then caused home page errors, but refreshing the cache via configuration in the ACP fixed.
Comment #3
karens commentedOK, great :)
Comment #5
spgd01 commentedI have the same issue. i have all the latest Dev of Views, Ctools, Calendar, and Date
Notice: Undefined index: arguments in calendar_granularity_path() (line 512 of /home/hiddenvi/public_html/sites/all/modules/calendar/calendar.module).
Warning: Invalid argument supplied for foreach() in calendar_granularity_path() (line 512 of /home/hiddenvi/public_html/sites/all/modules/calendar/calendar.module).
Notice: Undefined index: arguments in calendar_granularity_path() (line 512 of /home/hiddenvi/public_html/sites/all/modules/calendar/calendar.module).
Warning: Invalid argument supplied for foreach() in calendar_granularity_path() (line 512 of /home/hiddenvi/public_html/sites/all/modules/calendar/calendar.module).
Notice: Undefined index: arguments in calendar_granularity_path() (line 512 of /home/hiddenvi/public_html/sites/all/modules/calendar/calendar.module).
Warning: Invalid argument supplied for foreach() in calendar_granularity_path() (line 512 of /home/hiddenvi/public_html/sites/all/modules/calendar/calendar.module).
Comment #6
spgd01 commentedIssue fixed with Patch #12 from here:
http://drupal.org/node/1445228
Comment #7
spgd01 commentedStatus update: Fixed