Upon installing 6.x-2.0-beta I get the following error

Fatal error: Class 'views_handler_argument_date' not found in ------public_html/drupal/sites/all/modules/date/date_api.views.inc on line 49

Even the current development snapshot from June 7th reports the same error on line 97.

I was easily able to fix this by moving:

class date_views_argument_handler
*and*
class date_views_filter_handler

to the bottom of the file.

Comments

choster’s picture

Status: Active » Closed (duplicate)

Thanks. You just missed a similar solution posted in http://drupal.org/node/250813 by a few hours :).

mbessieres’s picture

Dang - thanks. Yeah the new views beta works. Sorry for the dup.