Hello,
with the last 6.x-1.x-dev (2010-07-23) I have problem with views (Views 6.x-2.11).
In my views with style "Weight Changer" I get a blank page, in my error log i see that:
PHP Fatal error: Class 'views_handler_filter_boolean_operator' not found in /home/xxxx.xxx/sites/all/modules/weight/weight_handler_field_sticky.inc on line 32
Same problem also in admin/build/views/list page.
Return to the previous version has solved problems
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | weight-filter-sticky-866976.patch | 1.74 KB | ferdi |
Comments
Comment #1
drupalok commentedsame here
Comment #2
ppcc commentedme too...
Comment #3
f2boot commentedI have solved this by splitting weight_handler_field_sticky.inc
I made a second file named weight_handler_filter_sticky.inc
with the code related to class weight_handler_filter_sticky
and remove that code from weight_handler_field_sticky.inc
and it works...
Comment #4
ferdi commentedpatch ...
Comment #5
tic2000 commentedThe patch fixes the problem.
Comment #6
ppcc commentedworks for me too
Comment #7
christelle41 commentedThis works for me too. Could this patch be included in the next 6 dev version because in the last one (6.1dev Feb 25th 2011), it was not yet. Thanks a lot.
Comment #8
artis commented+1 for committing this patch to dev.
Comment #9
artis commentedComment #10
gg4 commentedsubbing
Comment #11
davisbenThis has been committed to 6.x-1.x-dev.