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
Comment #1
merlinofchaos commentedYou need to figure out what module is putting in this callback: views_filters_MyCustom
It's certainly not Views itself.
Comment #2
akaney commentedI 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.
Comment #3
merlinofchaos commentedOk, found this bug. WIll be fixed in views-5.x-1.1-beta
Comment #4
communitysteps commentedThe updated views-5.x-1.1-beta did resolve this issue for me. Thanks.
Comment #5
merlinofchaos commentedComment #6
(not verified) commented