Closed (fixed)
Project:
Date
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2011 at 23:13 UTC
Updated:
10 Jun 2011 at 10:31 UTC
Using
Drupal core 7.x-dev - 2011-05-01
Date 7.x-2.x-dev - 2011-05-01
Adding content Create Date
Notice: Undefined index: repeat_collapsed in _date_repeat_widget() (line 45 of /srv/www/htdocs/DEVTEST/sites/all/modules/date/date_repeat.inc).
Line 45 is as follows: '#date_repeat_collapsed' => $instance['settings']['repeat_collapsed'],
widget type = Text field with date Pop-up and Repeat options.
Comments
Comment #1
scottrouse commentedSame issue.
Clean install of Drupal using:
Steps to reproduce:
Notice: Undefined index: repeat_collapsed in _date_repeat_widget() (line 45 of /sites/all/modules/date/date_repeat.inc).Comment #2
cord1 commentedTried to change line 45 from
'#date_repeat_collapsed' => $instance['settings']['repeat_collapsed'],
to
'#date_repeat_collapsed' => $instance['widget']['settings']['repeat_collapsed'],
The date was now registered, but new notice came up:
Notice: Undefined offset: 0 in date_combo_validate() (line 329 of /srv/www/htdocs/DEVTEST/sites/all/modules/date/date_elements.inc).
Notice: Undefined offset: 0 in date_combo_validate() (line 330 of /srv/www/htdocs/DEVTEST/sites/all/modules/date/date_elements.inc).
Notice: Undefined index: rrule in _date_repeat_widget_validate() (line 68 of /srv/www/htdocs/DEVTEST/sites/all/modules/date/date_repeat.inc).
It was a try, Hopefully we hear from the developers.
Comment #3
niek_kloots commentedDate 7.x-2.x-dev version 2011-May-01
Views 7.x-3.x-dev version 2011-May-12
Fresh install Drupal 7.0
Same problem and with letting the date wizard tool add blocks I now have 2 calendar blocks and 2 upcoming blocks.
1 of both visible the others available as blocks in the list.
Comment #4
alibama commentedsame error using dev versions of views, date, calendar, and ctools.... on fresh install of d7
Comment #5
karens commentedShould now be fixed.