Search code examples
symfony1sfguard

Unknown record property / related component "permissions" on "sfGuardUser"


I'm having a weird problem with my symfony backend. I can log in once, but after that I get

Unknown record property / related component "permissions" on "sfGuardUser"

Also, when I do login and try to edit a record from any module, I get

Fatal error: Call to a member function setLabel() on a non-object in plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php on line 28

Please help!


Solution

  • I found the problem. I had to delete all SFGuard Forms from lib/form/doctrine/base and reinstall.