When attempting to add a filter for a "list (numeric)" field, the following error was thrown:

Defaults: Configure filter Broken/missing handler
The handler for this item is broken or missing and cannot be used. If a module provided the handler and was disabled, re-enabling the module may restore it. Otherwise, you should probably delete this item.

It looks like the culprit is simply a missing declaration for a needed include file in views.info:
files[] = handlers/views_handler_filter_float.inc

Comments

dawehner’s picture

Status: Needs review » Fixed

Thanks"

I made a patch and commited it.

justin2pin’s picture

Thanks dereine. I have no idea why my patch didn't get attached to the issue -- I definitely created one and meant to upload it with the post... sorry about that. Thanks for patching!

Status: Fixed » Closed (fixed)

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

gagoo’s picture

Hello,

is this fixed ? I have the same error message when I add a field "publish link" to my views.

I use views 7.x-3.0-beta3.

Thanks :)

gagoo’s picture

Status: Closed (fixed) » Active
dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Please please please always test the dev version first.

If the bug is existant there, too please provide more informations. Just think that we don't have access to your views configuration.

gagoo’s picture

OK, thanks,
version: 7.x-3.x-dev
My view lists title, last update date, publish status and edit link for noes from type page.
format: table
display: page
sort criteria: publish date desc.

I just realised that this "publish link" field is provided by another module, "Publish Content" so the issue comes from this module.

Whenever this field is missing in views core. I think it is an important feature. Should I make an feature request issue ?

Thanks

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

If a field is provided by another module, or core, the request has to be placed there.

DeNelo’s picture

I can't find handlers/views_handler_filter_float.inc ? I get the Missing/Broken handler error when adding a List (text) field as a contextual filter.

Dhaval’s picture

i have the same error how can i solve this ??i m newbie to drupal plz tell me n what is patch??