Hello,

I am fairly new to Drupal but have been installing and trying out several modules. Currently, I'm toying with the Event module and am running into the problem that all Events that I create are shown with the same date, "Start: Dec 31 1969". My first guess is that there is a conflict between the date formats either between the form and the DB or the DB and the Calendar/Display routine. Has anyone else run into this? Is there a simple fix?

System Info:
Drupal 4.6
Event 4.6
Postgresql 8.0
PHP 4.x
Apache 2

I tried a cursory search of the forum and didn't find any promising leads...

Thank you,

Jeff

Comments

geodaniel’s picture

I suspect you may have fixed this by now but... That could probably be caused by not creating the event table when you installed the module. See the INSTALL.txt file in the event module directory for full instructions.