"An alias "ScnSocialAuth_ZendDbAdapter" was requested but no service could be found."
My google-fu must be failing for a working example of what configuration settings need to be set in zfcuser.global.php or the scn-social-auth.global.php after installing via composer.
Getting the following exception:
"An alias "ScnSocialAuth_ZendDbAdapter" was requested but no service could be found."
My google-fu must be failing for a working example of what configuration settings need to be set in zfcuser.global.php or the scn-social-auth.global.php after installing via composer.
Composer file: { "license" : [ "BSD-3-Clause" ], "require" : { "doctrine/doctrine-orm-module" : "0.", "zf-commons/zfc-user" : "0.", "doctrine/orm" : "", "zendframework/zendframework" : "2.2.", "socalnick/scn-social-auth-doctrine-orm" : ">=1.3.0@stable", "zf-commons/zfc-base" : "0.", "php" : ">=5.3.3", "aws/aws-sdk-php-zf2" : ">=1.1.0", "zf-commons/zfc-user-doctrine-orm" : ">=0.1.1" }, "require-dev" : { "phpunit/phpunit" : "3.7.", "doctrine/doctrine-migrations-bundle" : "dev-master", "doctrine/data-fixtures" : "2.0.x-dev", "doctrine/migrations" : "dev-master", "zendframework/zend-developer-tools" : "dev-master" }, "autoload" : { "psr-0" : { "ScnSocialAuth" : "src/", "ScnSocialAuthTest" : "test/" } } }