SocalNick / ScnSocialAuth

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.
BSD 3-Clause "New" or "Revised" License
216 stars 110 forks source link

ZfcUser + DoctrineORM + BjyAuthorize + ScnSocialAuth #215

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi all. I've got ZfcUser/Doctrine/BjyAuthorize and it works fine. Next I installed ScnSocialAuth and HybridAuth and now when I try to access to social url like app/user/login/facebook I get the usual 404 error:

A 404 error occurred Page not found.The requested controller was unable to dispatch the request.Controller:ScnSocialAuth-User. No Exception available

My application.config.php looks like:

'modules' => array( 'DoctrineModule', 'DoctrineORMModule', 'ZfcBase', 'ZfcUser', 'ZfcUserDoctrineORM', 'ScnSocialAuth', 'BjyAuthorize', 'Application', 'User', ),

I created custom User Entity over ZfcUser. Who knows how to fix it? Thanks.

ghost commented 8 years ago

Hi,

What is your solution for this? Did you use ScnSocialAuthDoctrineORM?

ghost commented 8 years ago

Hi. No, I used ZfcUserDoctrineORM only. I will try the ScnSocialAuthDoctrineORM. Thanks.