I'm sorry but I can not explain myself well in English. I have attached an image that exposes the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| errors.png | 255.9 KB | Webgrafic |
I'm sorry but I can not explain myself well in English. I have attached an image that exposes the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| errors.png | 255.9 KB | Webgrafic |
Comments
Comment #1
StG commentedAs 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.
Comment #2
aanjaneyam commentedThe 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).
Comment #3
aanjaneyam commentedI 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.
Comment #4
StG commentedAdding 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.
Comment #5
arlinsandbulte commented#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
Comment #6
Webgrafic commentedNow 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).
Comment #7
emcniece commentedSame error as krima:
ctools 7.x-1.x-dev
date 7.x-2.x-dev
calendar 7.x-2.x-dev
Updating issue title as well.
Comment #8
Kunani commentedSame error as above. Also would not uninstall through interface. Had to disable then manually delete folders.
Comment #9
karilu_ec commentedSee how the error notice for line 61 went away for me here
http://drupal.org/node/1103790#comment-4291872
Comment #10
zabelc commentedFrom 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"
Comment #11
karens commentedThis should be fixed now in latest dev.