Downloaded the views CVS version (might be a problem also with 4.7)and was testing it everything appeared fine until I tried exposing a filter on the view, There were no error message prior to exposing the filter now all I get is

Warning: call_user_func_array()[function.call-user-func-array]: First argument is expected to be a valid callback,’views _filters_MyCustom’ was given in

C:…………\includes\form.inc on line 202

Any ideas whats causing this

Comments

merlinofchaos’s picture

You need to figure out what module is putting in this callback: views_filters_MyCustom

It's certainly not Views itself.

akaney’s picture

I have the same issue. I have a very basic install of the 5.0 beta, and the issue is being created by my custom node, which I created with CCK.

merlinofchaos’s picture

Ok, found this bug. WIll be fixed in views-5.x-1.1-beta

communitysteps’s picture

The updated views-5.x-1.1-beta did resolve this issue for me. Thanks.

merlinofchaos’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)