I've just started to add sfGuard to an existing project and refactoring out a bit of older user account stuff. I've gone through the install as the wiki suggests, but I get an error when I try to load data in with a fixtures file. At first, I suspected that I mistyped something in my fixtures file, but it does the same thing when I use the sample fixtures.yml that comes with the plugin.
The error is as follows PHP Fatal error: Declaration of PluginsfGuardUser::delete() must be compatible with that of Persistent::delete() in /path_to_site/plugins/ sfGuardPlugin/lib/model/plugin/PluginsfGuardUser.php on line 18 Fatal error: Declaration of PluginsfGuardUser::delete() must be compatible with that of Persistent::delete() in /path_to_site/plugins/ sfGuardPlugin/lib/model/plugin/PluginsfGuardUser.php on line 18 We're running Symfony 1.0.16-PRE, with sfGuardPlugin 1.1.14-stable. We're also using Propel-13. All this is on Ubuntu Gutsy Is the 1.1.14 version of sfGuard meant to go with Symfony 1.1 and I need to somehow get the older version? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
