Drupal 7.2 und calendar View
am 09.06.2011 - 10:09 Uhr in
Hi,
ich hab drupal 7.2 mit deutscher Sprachdatei drupal-7.2.de.po installiert.
Ausserdem
date 7.x-2.0-alpha3
views 7.x-3.0-beta3
ctools 7.x-1.0-beta1
calendar 7.x-2.0-alpha1
Ich hab einen Inhaltstyp 'Reservierung' mit einem Feld 'Datum' (Datetime) und einem Feld 'Ansprechpartner' (Text).
Die Erstellung eines Inhalts 'Reservierung1' funktioniert einwandfrei.
Beim Betrachten der view calendar stell ich allerdings fest, dass dort nicht das Datum sondern der Erstellungs-
zeitpunkt dargestellt wird. Also hab ich die 'Contextual filters' der view bearbeitet und dort das vorhandene Feld für
den Erstellungszeitpunkt gelöscht. Das Hinzufügen meines 'Datum'-Feldes gelingt nun aber nicht, da mir dieses
nicht vorgeschlagen wird. Es stehen lediglich folgende Datums-Felder zur Auswahl:
Date field(s)
Benutzer: Created date
Benutzer: Letzte Anmeldung
Benutzer: Letzter Zugriff
Inhalt: Last comment time
Inhalt: Post date
Inhalt: Updated date
Was fehlt da noch, damit man hier auch das eigene Feld sieht?
VG, Andi
- Anmelden oder Registrieren um Kommentare zu schreiben
Hey Andi, nimm mal fuer die
am 09.06.2011 - 10:41 Uhr
Hey Andi,
nimm mal fuer die Module die aktuellen dev-Versionen. Ich denke dann wirst Du das Feld haben.
Hatte neulich auch das Problem, und allein das Updaten von der dev von einem auf den naechsten Tag brachte Erfolg... ;)
Ciaoi
SirFiChi
---------
Drei mal Rechts ist auch Links....
OK, ich hab jetzt folgende
am 09.06.2011 - 18:12 Uhr
OK, ich hab jetzt folgende Versionen:
calendar-7.x-2.x-dev
ctools-7.x-1.x-dev
date-7.x-2.x-dev
views-7.x-3.x-dev
Mein Datumsfeld ist jetzt da.
Jetzt bekomme ich die Meldung:
The calendar_nav style requires a Date argument.
Und folgende Fehler:
Notice: Undefined property: date_views_argument_handler::$granularity in calendar_plugin_style->query() (Zeile 128 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$argument in calendar_plugin_style->query() (Zeile 129 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$min_date in calendar_plugin_style->query() (Zeile 131 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Warning: date_format() expects parameter 1 to be DateTime, null given in calendar_plugin_style->query() (Zeile 131 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$min_date in calendar_plugin_style->query() (Zeile 132 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Warning: date_format() expects parameter 1 to be DateTime, null given in calendar_plugin_style->query() (Zeile 132 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$min_date in calendar_plugin_style->query() (Zeile 133 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Warning: date_format() expects parameter 1 to be DateTime, null given in calendar_plugin_style->query() (Zeile 133 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$min_date in calendar_plugin_style->query() (Zeile 134 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Warning: date_format() expects parameter 1 to be DateTime, null given in calendar_plugin_style->query() (Zeile 134 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$date_range in calendar_plugin_style->query() (Zeile 135 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$min_date in calendar_plugin_style->query() (Zeile 136 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$max_date in calendar_plugin_style->query() (Zeile 137 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined property: date_views_argument_handler::$limit in calendar_plugin_style->query() (Zeile 138 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Warning: date_format() expects parameter 1 to be DateTime, null given in calendar_plugin_style->query() (Zeile 140 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Warning: date_format() expects parameter 1 to be DateTime, null given in calendar_plugin_style->query() (Zeile 141 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
Notice: Undefined index: in calendar_plugin_style->query() (Zeile 148 von /var/www/vhosts/..../sites/all/modules/calendar/includes/calendar_plugin_style.inc).
The calendar_nav style requires a Date argument.
Welche Versionen hast Du denn, bei denen es funktioniert?
ciao Andi