Hi there, When it comes to Symfony, I'm a total newbie using this framework. Therefore, a couple of days ago, I downloaded the current stable version of it and started to play around with it. However, I'm now getting to my first show stopper in my short experience :)
I could successfully setup the sfSimpleForumPlugin and make it work on my prototype application. So I decided to then focus on implementing the sfSimpleForum_PayloadFilterChainPlugin in order to make it even better. However, despite I installed all the dependencies and followed carefully the plugin README info, I cannot make it work. In fact, after a successful propel-build-all and a clear-cache, the CLI is raising an error when I try to refresh the whole data set by triggering the following command : symfony propel-load-data frontend Here is the error message I'm getting then : Fatal error: Class 'sfSimpleForumPostPayload' not found in XXX\plugins \sfSimpleForum_PayloadFilterChainPlugin\lib \sfSimpleForumPostPfcHooks.class.php on line 30 After looking through the online documentation for this plugin, I found out in the changelogs that the sfSimpleForumPostPayload class has been taken out from sfSimpleForum_PayloadFilterChainPlugin and should be now shipped with sfSimpleForumPlugin itself. I then looked through the different available versions of sfSimpleForumPlugin on the SVN and could not find any including the missing class code. Maybe I missed a point so I would be very glad if any of you could help me with this issue. For information, here is a summary of my dev environment setup : Apache 2.2.6 PHP 5.2.5 MySQL 5.0.45 Symfony 1.0.10 sfSimpleForumPlugin 0.6.5 sfPayloadFilterChainPlugin 0.1.0 sfPayloadFilterChain_TextTransformationPlugin 0.2.1 sfSimpleForum_PayloadFilterChainPlugin 0.6.0 Thanks in advance for any support you can provide. Best regards, Cyril --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---