On my system message log there are many many messages like this. They come from many different pages (not from calendar pages ...)

But I cant see any effect on calendar pages. So I set pirority to minor

Notice: Undefined index: id in calendar_views_data_alter() (line 16 of /xxxxxx/xxxx.at/modules/calendar/calendar.views.inc)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

MartinMa created an issue. See original summary.

MartinMa’s picture

Issue summary: View changes
Znak’s picture

Assigned: Unassigned » Znak
Znak’s picture

Assigned: Znak » Unassigned

I couldn't reproduce your problem, please provide more information.

saradaprasad17’s picture

Component: User interface » Code
Assigned: Unassigned » saradaprasad17
Status: Active » Needs review
FileSize
205.02 KB
585 bytes

Hi, I also encountered the same error , fixed that .uploaded the patch file .

saradaprasad17’s picture

Assigned: saradaprasad17 » Unassigned
saradaprasad17’s picture

Assigned: Unassigned » saradaprasad17
eudaemonia’s picture

Patch fails with error:

patch unexpectedly ends in middle of line

maaty388’s picture

Status: Needs review » Reviewed & tested by the community

Patch #5 works without and I am not getting any "errors" now, thank you @saradaprasad17

lonalore’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
643 bytes

In the patch above (#5), you set an empty value for $properties['argument']['id'] even if it already has a value, so the condition will never be met... avoiding this, I created a new patch file.

maaty388’s picture

#10 patch works for me but honestly, patch #5 was working same for me.

maaty388’s picture

Status: Needs review » Reviewed & tested by the community
oriol_e9g’s picture

Same proble and #10 fixes it.

oriol_e9g’s picture

Status: Reviewed & tested by the community » Closed (duplicate)
Related issues: +#2845257: Undefined index: id in calendar_views_data_alter()