716
If you have this error
Call to undefined method myUser::setReferer.
and if you are using sfGuard plugin, go to
apps\[project]\lib\myUser.class.php
and change
class myUser extends sfBasicSecurityUser { }
to
class myUser extends sfGuardSecurityUser { }
1 comment
Thanks….