Hello
I installed the plugin sfguard, but Symfony post an error:
Call to undefined method myUser::setReferer.
How to fix it ? I up jpg with error message.
Thank you
<?php
class myUser extends sfBasicSecurityUser
{
}
tomerb wrote: I'm having the same problem, but I can find the myUser file
and here is it's code:
- Code: Select all
<?php
class myUser extends sfBasicSecurityUser
{
}
class myUser extends sfGuardSecurityUser
{
}Users browsing this forum: No registered users and 1 guest