FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
321 stars 140 forks source link

Problem with security extension #86

Closed lmammino closed 12 years ago

lmammino commented 12 years ago

Recently i update all my vendors and i got this error:

Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension' does not have a method 'addSecurityListenerFactory' in /Applications/MAMP/htdocs/sbaam/vendor/bundles/JMS/SecurityExtraBundle/DependencyInjection/SecurityExtension.php line 86

I needed to disable the bundle (and comment its configuration on my config files) to continue the development. I hope a solution to come soon...

lsmith77 commented 12 years ago

try to 2.0 branch in case you are using Symfony 2.0.x

schmittjoh commented 12 years ago

Yes, this method is not available on Symfony 2.0.x.