I have a setup where I need multiple dates and times for a single event which I solved with non-required multiple date fields. However, when the date fields are added to the views display that have at least one node without a value, it instantly breaks the calendar resulting in WSOD. Is is possible check is the value exists in the date field?
Help needed!

The module versions used:
Date API 7.x-2.0-alpha4
FullCalendar 7.x-2.0-alpha5
Views 7.x-3.x-dev

Comments

aspilicious’s picture

Status: Active » Postponed (maintainer needs more info)

In latest dev code we check for an empty field.
You should try to upgrade to that version.

NOTE:
1) install "colors module" http://drupal.org/project/colors
2) run update.php after the upgrade to the dev code

Good advice:
Always try to update to latest versions before making bug reports. It's harder for us to work with deprecated versions.
You also have an older version of date API

laurynas.ant’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Fields for repeating events is more important for the setup of my site than single events and Date Repeat Presets 7.x-1.2 is very useful here. However, it only works with Date API 7.x-2.0-alpha5 and FullCalendar 7.x-2.0-alpha5 works with this Date API version. It appears I am stuck here.. Will wait for new releases.

Thanks for the info!