We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i got this error when i installed your module. Below the "order" of modules installed in application.config.php
'DoctrineModule', 'DoctrineORMModule', 'ZfcBase', 'ZfcUser', 'ZfcUserDoctrineORM', 'GoalioForgotPassword', 'GoalioForgotPasswordDoctrineORM',
i had to override your aliases in my config
'service_manager' => array( 'aliases' => array( 'goalioforgotpassword_doctrine_em' => 'Doctrine\ORM\EntityManager', ) )
What i don't understand is your Module.php is similar to the one of "ZfcUserDoctrineORM"
I found an issue here, but i not enough experimented with ZF2 to know if it's related ...
doctrine/DoctrineModule#246
Tell me if i'm wrong,
thanks
The text was updated successfully, but these errors were encountered:
Create module.goalioforgotpassword-doctrine-orm.global.php.dist
0a2b1a7
To address issue goalio#5: An alias "goalioforgotpassword_doctrine_em" was requested but no service could be found
No branches or pull requests
Hi,
i got this error when i installed your module.
Below the "order" of modules installed in application.config.php
i had to override your aliases in my config
What i don't understand is your Module.php is similar to the one of "ZfcUserDoctrineORM"
I found an issue here, but i not enough experimented with ZF2 to know if it's related ...
doctrine/DoctrineModule#246
Tell me if i'm wrong,
thanks
The text was updated successfully, but these errors were encountered: