On Sep 20, 11:53 am, "Tristan Rivoallan" <[EMAIL PROTECTED]>
wrote:
> i don't understand why. Installation works if you download the archive :
>
> $ symfony plugin-install
> sfPayloadFilterChainPlugin_TextTransformationPlugin-0.2.1.tgz
>
> >> plugin    installing plugin "sfPayloadFil...TransformationPlugin-0.2.1.tgz"
> >> pear      install ok:
> >> pear      channel://pear.symfony-project...._TextTransformationPlugin-0.2.1
>
> maybe a plugins.symfony-project.com issue ?

that could be ...
In my case, I also had to untar the package first and and perfom a
plugin-install [path_to_plugin]/package.xml but seems to work.


On Sep 20, 11:32 am, "Tristan Rivoallan" <[EMAIL PROTECTED]>
wrote:
> i think i got it : filters defined in profiles.yml should refer to
> named filters defined in filters.yml, not directly to a class filter.

I think I don't follow you. Do you mean adding lines type on
filters.yml:

pfcTextTransformationFilter:
  class:     pfcTextTransformationFilter
  enabled:   true

but this enable the filter on every action...
... and it breaks there :

Catchable fatal error: Argument 1 passed to
pfcTextTransformationFilter::execute() must be an instance of
pfcPayloadFilterChain, instance of sfFilterChain given, called in /
home/jerome/dev/socialnetworking/lib/symfony/filter/
sfFilterChain.class.php on line 43 and defined in /home/jerome/dev/
socialnetworking/plugins/
sfPayloadFilterChainPlugin_TextTransformationPlugin/lib/filter/
pfcTextTransformationFilter.class.php on line 19


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to