If you are getting a “Class ‘Array’ not found” error when using sfCombineFilterPlugin then a quick fix would be to make the “filters.yml” file look like the following:
rendering: ~
web_debug: ~
security: ~
# generally, you will want to insert your own filters here
cache: ~
common: ~
sfCombineFilter:
class: sfCombineFilter
#param:
#condition:
flash: ~
execution: ~
What I did was comment out the param: and condition: lines.
