Fatal error: Cannot use object of type stdClass as array in C:\xampp\htdocs\sites\all\modules\finder\modules\finder_views\includes\finder_views_plugin_style_php_array_finder.inc on line 23
I just set up a simple views 2 query with a node title field and a node type filter, Added a views plugin finder with this view and added autocomplete element and a select list element with only to selections. When to the default page finder/1 and got the error.
I also did the same finder before enabling the option widget module and all worked fine.
Comments
Comment #1
danielb commentedHmm, strange, I will have to try out your use-case to see what's going on.
Comment #2
pwieck commentedI tried to reference a cck field in the option widget which was a list of fish in a certain lake. Could that be the array problem?
Comment #3
danielb commentedWhat sort of CCK field? I should try and set up the CCK field similar to what you have.
Comment #4
danielb commentedOK I worked out that with a cck field that allows multiple values there were problems. I think I have fixed this now.