Are you still getting this Fatal Error. You need to execute - doctrine:bulild-all-reload command, this should create the required files. I dont know which command in Propel does the same job.
On Mar 21, 5:03 pm, Lawrence Krubner <[email protected]> wrote: > On Mar 20, 7:57 pm, ckemmler <[email protected]> wrote: > > > This might be more interesting: I just tried to trigger the register > > action by going to: > > >http://localhost/web/frontend_dev.php/sfGuardRegister/register > > > This got me: > > > Fatal error: Class 'sfGuardFormRegister' not found in /eclipse/ > > workspace/twittbook/plugins/sfGuardExtraPlugin/modules/sfGuardRegister/ > > lib/BasesfGuardRegisterActions.class.php on line 26 > > > which seems to indicate that the action is indeed recognized and > > executed, but it can't find a class that's defined in the modules lib > > directory: sfGuardFormRegister > > Did you enable the plugin in your apps settings.yml file? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
