adamlundrigan / LdcZfcUserOAuth2

An extension for zf-oauth2 allowing use of ZfcUser as authentication source
BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Need better documentation or an example :( #1

Open WilldelaVega777 opened 9 years ago

WilldelaVega777 commented 9 years ago

Hi, I installed your module. but could not make it work, after following the five steps:

Here is the error message:

Fatal error: Uncaught exception 'Zend\ServiceManager\Exception\ServiceNotFoundException' with message 'An alias "zfcuser_zend_db_adapter" was requested but no service could be found.' in \www\ttpApi\vendor\zendframework\zendframework\library\Zend\ServiceManager\ServiceManager.php:544

Stack trace:

0 \www\Api\vendor\zf-commons\zfc-user\Module.php(192): Zend\ServiceManager\ServiceManager->get('zfcuser_zend_db...')

Can you please provide a little more detail on how to install your module? I followed every step to the letter. Not working :(.

adamlundrigan commented 9 years ago

Do you have ZfcUser properly configured? The usual cause of that missing alias is not following the post-install instructions