Hi,
While testing sfSimpleForum_PayloadFilterChainPlugin, I got this error
[sfPayloadHandlerChain] : Filter chain profile "pfc_text_to_xhtml"
refers to unknow filter "pfcTextTransformationFilter"
stack trace
* at ()
in SF_ROOT_DIR/plugins/sfPayloadFilterChainPlugin/lib/config/
pfcProfilesConfigurationHandler.class.php line 88 ...
85. private function throwException($msg)
86. {
87. $msg = sprintf('[sfPayloadHandlerChain] : %s',
$msg);
88. throw new sfParseException($msg);
89. }
90. }
91.
* at pfcProfilesConfigurationHandler->throwException('Filter chain
profile "pfc_text_to_xhtml" refers to unknow filter
"pfcTextTransformationFilter"')
in SF_ROOT_DIR/plugins/sfPayloadFilterChainPlugin/lib/config/
pfcProfilesConfigurationHandler.class.php line 74 ...
I guess that the PayloadChain is unable to load
pfcTextTransformationFilter class defined in SF_ROOT_DIR/plugins/
sfPayloadFilterChainPlugin_TextTransformationPlugin/lib/filter/
pfcTextTransformationFilter.class.php.
Should I explicitly set the path of this file somewhere or this class
should be automatically loaded through autoloading.yml directives
(i've tried to update it, with no success) ?
Cheers
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---