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
Comment #1
merlinofchaos commentedNope, 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.
Comment #2
merlinofchaos commentedComment #3
zd370 commentedthanks Earl...