You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catchable Fatal Error: Argument 1 passed to FOS\UserBundle\Doctrine\UserListener::__construct() must be an instance of FOS\UserBundle\Util\PasswordUpdaterInterface, instance of appProdProjectContainer given
#2287
Closed
ozzmaster opened this issue
Oct 22, 2016
· 3 comments
This is the full error, paths anonymised:
[Sat Oct 22 11:58:03.741667 2016] [fcgid:warn] [pid 3508] [client 197.88.153.18:50868] mod_fcgid: stderr: #1 //var/cache/prod/appProdProjectContainer.php(1433): FOS\UserBundle\Doctrine\UserListener->__construct(Object(appProdProjectContainer))
[Sat Oct 22 11:58:03.741669 2016] [fcgid:warn] [pid 3508] [client 197.88.153.18:50868] mod_fcgid: stderr: #2 //vendor/symfony/symfony/src/Sym in /~/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php on line 34
Using Symfony3.
What do I need to do to fix this?
The text was updated successfully, but these errors were encountered:
Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Type error: Argument 1 passed to FOS\UserBundle\Doctrine\UserListener::__construct() must be an instance of FOS\UserBundle\Util\PasswordUpdaterInterface, instance of appProdProjectContainer given, called in C:\wamp\www\Symfony\var\cache\prod\appProdProjectContainer.php on line 624 in C:\wamp\www\Symfony\vendor\friendsofsymfony\user-bundle\Doctrine\UserListener.php on line 34
i have this error because i just upgrate to symfony 3.3.2 when i clear the cache for dev , no probleme but when i clear the cache for prod this error appears.
who can help me please?
This is the full error, paths anonymised:
[Sat Oct 22 11:58:03.741667 2016] [fcgid:warn] [pid 3508] [client 197.88.153.18:50868] mod_fcgid: stderr: #1 /
/var/cache/prod/appProdProjectContainer.php(1433): FOS\UserBundle\Doctrine\UserListener->__construct(Object(appProdProjectContainer))/vendor/symfony/symfony/src/Sym in /~/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php on line 34[Sat Oct 22 11:58:03.741669 2016] [fcgid:warn] [pid 3508] [client 197.88.153.18:50868] mod_fcgid: stderr: #2 /
Using Symfony3.
What do I need to do to fix this?
The text was updated successfully, but these errors were encountered: