Hey Pixelmeister, Lawrence,

this is the setup functoin in my ProjectConfiguration:

  public function setup()
  {
    // for compatibility / remove and enable only the plugins you want
    $this->enableAllPluginsExcept(array('sfDoctrinePlugin',
'sfCompat10Plugin'));
  }

in settings.yml, I have:

  .settings:
    enabled_modules: [home, default, sfGuardAuth, sfGuardGroup,
sfGuardPermission, sfGuardUser, sfGuardRegister]

And in plugins/sfGuardPlugin/lib/models, there is indeed a
sfGuardUserPeer.class, but note that the path is a little bit
different from what you say - is it an error from you or is it really
meant to be in plugins/lib/models?

On Mar 21, 10:03 am, 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to