- Issue created by @kmani
- Assigned to abhinesh
- 🇮🇳India abhinesh
- 🇮🇳India kmani
Hi abhinesh,
Thanks for the new version. but this module is included in https://www.drupal.org/project/ezcontent/releases/2.2.9 → . can you please update the ezcontent also
- 🇮🇳India abhinesh
Hi, @ kmani →
The log indicates that you are using version 2.2.9 of Ez-content, which has a dependency on drupal/ezcontent_publish: ^2.1. This will bring the latest release of ezcontent_publish.In your project, there might be an issue with another require at the root level or a locked version in the composer.lock file.
I will suggest you to run the below commands:
1. composer require 'drupal/ezcontent_publish:^2.1.5'
The above command will add a new dependency inside your root .json file for the ezcontent_publish module.
or run:
1. composer remove srijanone/ezcontent 2. composer require srijanone/ezcontent:^2.2.9
The above commands will remove ezcontent profile and then will bring it again updating all the dependencies to latest releases.
- 🇮🇳India kmani
Thanks @abhinesh,
Yes, there was a dependency module paragraphs_ee and updated to latest. now working fine.
- Status changed to Fixed
9 months ago 11:05am 14 March 2024 - Status changed to Fixed
9 months ago 11:05am 14 March 2024