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

peter-boeren’s picture

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

towlie’s picture

same 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

RicardoJBarrios’s picture

Same here. There is some idea?

oliveyrc’s picture

It looks like it also happens when you select Taxonomy without depth too. Having the same issue too

dafeder’s picture

Same here.

socialnicheguru’s picture

deleting my comment

ddorian’s picture

same here

peter-boeren’s picture

Guys, 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.

Golem07’s picture

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