When you have exposed taxonomy filter (with depth) and try to make it as checkboxes, you'll get tons of errors from forms.inc. It's because in #options structure is not being converted to simple $key => $value for chackboxes (rather it stays as $key => $object). I was trying to fix this by myself, but have no luck at all. I guess it's because your IN operater is 'in', but not 'or' like it is in taxonomy depth. Hope this will help.
Thanks for the great module!
Comments
Comment #1
peter-boeren commentedthanks Neochief for the feedback. I will look into it. It will be in a week or so because I have just returned from holiday and tons of tasks are waiting for me.
Comment #2
towlie commentedsame problem here. i'm getting a lot of errors when converting a taxonomy filter to checkboxes. it says like 20 times:
recoverable fatal error: Object of class stdClass could not be converted to string in /.../includes/form.inc on line 1883.
greetings
towlie
Comment #3
RicardoJBarrios commentedSame here. There is some idea?
Comment #4
oliveyrc commentedIt looks like it also happens when you select Taxonomy without depth too. Having the same issue too
Comment #5
dafederSame here.
Comment #6
socialnicheguru commenteddeleting my comment
Comment #7
ddorian commentedsame here
Comment #8
peter-boeren commentedGuys, I can reproduce the bug. I have created a simple view with a taxonomy filter. After that I exposed it with the otion 'checkbox'. But I get no errors. Can somebody send me an export of a view where these problems occur?
I thank you in advance.
Comment #9
Golem07 commentedI also have the very same error message. I doesn't matter which operator or filterformat I use (except the standard one). The checkboxes/radio buttons are "empty" (terms missing).