Our Blog

News, thoughts & useful links

Contact: Skype , email or call
+44 (0) 131 556 6818

Class ‘Array’ not found error, sfCombineFilterPlugin in Symfony 1.0.x

March 4th, 2009 by Anton

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.



Comments are closed.