views:

52

answers:

1

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!

A: 

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

Ite Code