I'm sorry but I can not explain myself well in English. I have attached an image that exposes the problem.

CommentFileSizeAuthor
errors.png255.9 KBWebgrafic

Comments

StG’s picture

As far as I see, I have the same problem:
- Events have disappeared from calendar block/page (datetime fieldtype)
- I got these warnings :
# Notice: Undefined index: field_data_field_event_date.field_event_date_value calendar_build_nodes() függvényben (/sites/all/modules/calendar/calendar.module 598 sor).
# Notice: Undefined index: field_data_field_event_date.field_event_date_value calendar_build_nodes() függvényben (/sites/all/modules/calendar/calendar.module 608 sor).

- When I edit the calendar view, I got this warning in many instances:
Notice: Undefined index: field_data_field_event_date.field_event_date_value date_views_argument_handler->admin_summary() függvényben (/sites/all/modules/date/date_views/includes/date_views_argument_handler.inc 110 sor).

I have updated to the latest dev-package of views, date and calendar, and cleared all possible cache as well.

aanjaneyam’s picture

The argument in Upcoming block is missing. Add the same argument as contained in Calendar Page display (as show in your image) i.e.\ Date:Date(node) Fields: field_date (field_date).

aanjaneyam’s picture

I am sorry but what I meant to say that after update to 7.x-2.x-dev any how the date (node) argument is getting muddled up. You neeed to re add and also (as per the image) a Filter Node:Type = Scandenzario needs to be added to Upcoming.

StG’s picture

Adding missing argument to views solves this issue at first sight (at least warnings disappeared). But - in my case - this specific date field ('field_event_date') of 'event' content type is missing from the list of date fields in arguments' settings therefore I can't set it properly.

arlinsandbulte’s picture

#1094408: Date field not showing up in views arguments in localized site might have affected or fixed this issue.
Please verify this issue exists with the March 28 -dev

Webgrafic’s picture

Now the calendar works very well!
It 'appeared a new error, but the calendar works perfectly:
Notice: Undefined index: group in _date_views_fields() (riga 61 di ...\sites\all\modules\date\date_views\includes\date_views_fields.inc).
Notice: Undefined property: stdClass::$nid in calendar_get_node_link() (riga 424 di ...sites\all\modules\calendar\calendar.module).

emcniece’s picture

Title: Upcoming problems » Upcoming problems - "Notice: Undefined index: group in _date_views_fields()"

Same error as krima:

Notice: Undefined index: group in _date_views_fields() (line 61 of /.../sites/all/modules/date/date_views/includes/date_views_fields.inc).

ctools 7.x-1.x-dev
date 7.x-2.x-dev
calendar 7.x-2.x-dev

Updating issue title as well.

Kunani’s picture

Same error as above. Also would not uninstall through interface. Had to disable then manually delete folders.

karilu_ec’s picture

See how the error notice for line 61 went away for me here
http://drupal.org/node/1103790#comment-4291872

zabelc’s picture

From karilu_ec's link http://drupal.org/node/1103790#comment-4291872
#31 successfully removed the error: "Undefined index: group in _date_views_fields() line 61"

karens’s picture

Status: Active » Fixed

This should be fixed now in latest dev.

Status: Fixed » Closed (fixed)

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