All my event nodes are being problematic. During preview, instead of displaying the start and end times correctly this is the general output:

<div class="event-nodeapi">
    <div class="event-start dtstart" title="2008-03-14T20:00:00Z"><label>Start: </label> 0  - Array:</div></div>
<div class="event-nodeapi">
    <div class="event-end dtend" title="2008-03-14T22:00:00Z"><label>End: </label> 0  - Array:</div></div>
<div class="event-nodeapi">
    <div class="event-tz"><label>Timezone: </label>Etc/GMT</div></div>

After submission, the problem only gets worse and instead this is displayed:

 <div class="event-nodeapi">
    <div class="event-start dtstart" title="--T::Z"><label>Start: </label> 0  - :</div></div>
<div class="event-nodeapi">
    <div class="event-tz"><label>Timezone: </label>Etc/GMT</div></div>

Each view, Month, Week, Day & Table, all fail to display of my saved events at all. However my upcoming events block, details every thing I expect to even down to the normal count down functionality.

Just in case it is related, I also appear to be sharing in the problem mentioned here: http://drupal.org/node/217840

Comments

acker’s picture

Anyone?

gerhard killesreiter’s picture

Component: Event Views » Code
Status: Active » Fixed

I believe this to be fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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