Symfony error : Call to undefined method myUser::setReferer.

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
{
}


Related posts

Delete files FAST in Linux

Magento – Get the list of products which customer wanted to be notify when it is back in stock

Common Code Error When Upgrading to PHP 8.1

1 comment

syntax3rror March 9, 2011 - 5:04 pm
Thanks....
Add Comment