I am trying to add a Node: updated/commented filter for a view, but as soon as I hit update to add that filter, I get a javascript alert saying, "An error occurred at http://localhost/admin/build/views/ajax/add-item/view_updates/page_1/filter." When I looked at the apache error logs, I found out that its due to a PHP error.

Logged PHP error:
PHP Fatal error: Class 'views_handler_filter_date' not found in C:\\webserver\\htdocs\\sites\\all\\modules\\views\\modules\\comment\\views_handler_filter_ncs_last_updated.inc on line 6, referer: http://localhost/admin/build/views/edit/view_updates?destination=updates

Does this error have anything to do with the date module?

Comments

merlinofchaos’s picture

Nope, not the date module. This appears to be a bug in handler registration causing the ncs_last_updated filter handler to be improperly registered. I'm surprised nobody's caught this before.

Fixed in CVS.

merlinofchaos’s picture

Status: Active » Fixed
zd370’s picture

thanks Earl...

Status: Fixed » Closed (fixed)

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