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 ๐