• You are here:
  • Home ยป
  • No category ยป

Solution for sfForkedDoctrineApplyPlugin Unknown record property / related component “fullname” on “sfGuardUserProfile”

When I use sfForkedDoctrineApplyPluginon my page, after try create new account I got:

Unknown record property / related component “fullname” on “sfGuardUserProfile”

Solutions is easy… of course if you know it ๐Ÿ˜‰Just check what class does your sfGuardUserProfile extends? Should be PluginsfGuardUserProfile. If not, change it to extend. There is already defined getFullname method.

Have a nice day ๐Ÿ™‚

Leave a Comment: