When I add a filter to a view that filters on the value of a datestamp field (note: same error occurred with a date field) I get the following error:

Fatal error: Call to undefined method views_date_handler::has_tz_support() in /var/www/drupal/sites/all/modules/date/date/date.views.inc on line 918

My config:
Drupal version 6.2
PHP 5.2.4
Type of field: Date and datestamp
Widget: JSCalendar
Time zone option: No time zone handling
No multiple field
Field is marked as required

Comments

karens’s picture

Status: Active » Fixed

I just released a new 6.2-beta2 version for Date, so update to the latest code for Date and also get the latest -dev version of the Views module, which has some date-related changes that are needed for the Date views handling. If you use the Calendar module, get the new 6.2-beta2 version of that as well.

If you still have problems after that, open a new issue marked with the beta2 version so I know it's still a problem there.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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