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

CommentFileSizeAuthor
#4 weight-filter-sticky-866976.patch1.74 KBferdi

Comments

drupalok’s picture

same here

ppcc’s picture

me too...

f2boot’s picture

I 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...

ferdi’s picture

StatusFileSize
new1.74 KB

patch ...

tic2000’s picture

Status: Active » Reviewed & tested by the community

The patch fixes the problem.

ppcc’s picture

works for me too

christelle41’s picture

This 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.

artis’s picture

+1 for committing this patch to dev.

artis’s picture

Priority: Normal » Major
gg4’s picture

subbing

davisben’s picture

Status: Reviewed & tested by the community » Fixed

This has been committed to 6.x-1.x-dev.

Status: Fixed » Closed (fixed)

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