-
-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
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
i am facing The service "sonata.user.admin.user" has a dependency on a non-existent service "sonata.admin.manager.orm". #1050
Comments
We have a bug report template for a reason, please fill it. |
i am also using sonata user bundle $ composer show --latest 'sonata-project/*' Symfony packages $ composer show --latest 'symfony/*' PHP version $ php -v The service "sonata.user.admin.user" has a dependency on a non-existent service "sonata.admin.manager.orm". i am also facing this issue |
This string is helped me for symfony 4:
|
i founded mine solution, i forgot to set new Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle(), in app/AppKernel.php |
composer require sonata-project/doctrine-orm-admin-bundle |
@HaseebIsmail90, did any of the above suggestions helped to solve your problem? |
This works for me too!.. Thanks so much... |
Can you please update the docs @piedrucci @v0ff4k |
did you find any solution for this issue? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The docs are updated now, this is no longer relevant |
i am using sonata user bundle devmaster
The service "sonata.user.admin.user" has a dependency on a non-existent service "sonata.admin.manager.orm".
can't find problem
Environment
Sonata packages
$ composer show --latest 'symfony/'
#########################
symfony/monolog-bundle v3.3.0 v3.3.0 Symfony MonologBundle
symfony/phpunit-bridge v3.4.16 v4.1.5 Symfony PHPUnit Bridge
symfony/polyfill-apcu v1.9.0 v1.9.0 Symfony polyfill backporting apcu_ functions to lower PHP versions
symfony/polyfill-ctype v1.9.0 v1.9.0 Symfony polyfill for ctype functions
symfony/polyfill-intl-icu v1.9.0 v1.9.0 Symfony polyfill for intl's ICU-related data and classes
symfony/polyfill-mbstring v1.9.0 v1.9.0 Symfony polyfill for the Mbstring extension
symfony/polyfill-php56 v1.9.0 v1.9.0 Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions
symfony/polyfill-php70 v1.9.0 v1.9.0 Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions
symfony/polyfill-util v1.9.0 v1.9.0 Symfony utilities for portability of PHP codes
symfony/security-acl v3.0.1 v3.0.1 Symfony Security Component - ACL (Access Control List)
symfony/swiftmailer-bundle v2.6.7 v3.2.3 Symfony SwiftmailerBundle
symfony/symfony v3.4.16 v3.4.16 The Symfony PHP framework
$ php -v
##############
PHP 7.2.10 (cli) (built: Sep 13 2018 01:01:10) ( ZTS MSVC15 (Visual C++ 2017) x86 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
The text was updated successfully, but these errors were encountered: