-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dependency on a non-existent service "sonata.media.admin.media" #87
Comments
Did you activate the media bundle? |
Ah, found a typo in the README:
|
All right, the What about the
|
Did you activate the sonata admin bundle? |
Yes 👇 Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true], It's active all the time because working on a project that requires it. |
What about this? |
Yes. The ❯ composer why sonata-project/media-bundle
xxxxxxxxxxxx dev-develop requires sonata-project/media-bundle (^4.9)
nucleos/sonata-ckeditor-bundle 1.0.0 requires sonata-project/media-bundle (^4.1.1)
sonata-project/formatter-bundle 5.2.0 conflicts sonata-project/media-bundle (<4.2) ❯ composer show sonata-project/media-bundle|grep vers
versions : * 4.9.0 and is active: Sonata\MediaBundle\SonataMediaBundle::class => ['all' => true], |
Environment
Packages
composer show --latest
PHP version
Subject
I get an error just after running
composer require nucleos/sonata-ckeditor-bundle
command. Cannot install the package without an error.Steps to reproduce
composer require nucleos/sonata-ckeditor-bundle
commandbin/console cache:clear
commandbin/console cache:clear
commandExpected results
Install and configure the package without errors
The text was updated successfully, but these errors were encountered: