abhinesh → created an issue. See original summary → .
Drupal.org appends metadata to the code associated with the module page, specifically incorporating "drupal/core ~8.0" automatically. I encountered a similar challenge with one of my recipes. The resolution that proved effective was altering the project type from "module" to "general projects."
https://www.drupal.org/project/infrastructure/issues/3483086 💬 Request to Change Project Type Active
Drupal.org appends metadata to the code associated with the module page, specifically incorporating "drupal/core ~8.0" automatically. I encountered a similar challenge with one of my recipes. The resolution that proved effective was altering the project type from "module" to "general projects."
https://www.drupal.org/project/infrastructure/issues/3483086 💬 Request to Change Project Type Active
Hi @DRUM,
Still getting the error:
composer require drupal/ez_page_builder:1.0.x-dev
composer require drupal/ez_article:1.0.x-dev
composer require drupal/ez_decoupled:1.0.x-dev
I found some of the drupal issues related to this:
- https://www.drupal.org/project/quick_links/issues/3461994 💬 How to install the recipe (version 3) Active
- https://www.drupal.org/project/tasks/issues/3473270 🐛 Won't install on a fresh drupal 11 Active
abhinesh → created an issue.
I have items that meet the specified criteria. Please inform me of any requirements:
https://www.drupal.org/project/ezcontent →
EzContent is a Drupal installation profile that addresses common content management pain points and accelerates CMS implementations.
https://git.drupalcode.org/project/ezcontent/-/tree/3.0.x-dev
https://www.drupal.org/project/ezcontent_api →
This module adds JSON API functionality to EZContent profile.
https://git.drupalcode.org/project/ezcontent_api/-/tree/2.3.x?ref_type=h...
https://www.drupal.org/project/ezcontent_publish →
This EzContent Publish module provide additional feature on top of ezcontent profile for content editor's.
https://git.drupalcode.org/project/ezcontent_publish/-/tree/2.1.x?ref_ty...
Yes I have done this before.
some of my contributed modules are :
https://www.drupal.org/project/custom_node_breadcrumbs →
and these are some where I work as a mainatiner:
https://www.drupal.org/project/rules_http_client →
https://www.drupal.org/project/ezcontent_publish →
https://www.drupal.org/project/ezcontent_demo →
abhinesh → created an issue.
abhinesh → created an issue.
abhinesh → created an issue.
It seems there is an error with the "libraries.settings.yml" configuration. I moved it to the optional directory as a temporary solution.
abhinesh → made their first commit to this issue’s fork.
abhinesh → made their first commit to this issue’s fork.
abhinesh → made their first commit to this issue’s fork.
Thanks, @ananyak → for the contribution, but the only patch that needs to be removed but accidentally content_lock dependency was removed in the above patch.
Added Patch Re-roll for latest changes.
Adding an array check solves the issue for me inside "cloudinary/transformation-builder-sdk".
Hi @ delacosta456 → ,I am facing a same error retrieving an image using JSON API, which is uploaded to Cloudinary.
abhinesh → made their first commit to this issue’s fork.
abhinesh → created an issue.
Duplicate of submodule EzContent_Publish issue: 3426276 💬 Update the paragraph_ee dependency module to latest version Fixed
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.
abhinesh → created an issue.
@ nicklundy → , Thanks for creating the issue, I am too facing this issue with theme extending one other theme.
abhinesh → made their first commit to this issue’s fork.
Thanks, @ shardashukla → for your time and efforts, I have made the required changes in the development branch 1.1.x.Before creating a tag need a go-ahead from you after testing the code changes.
abhinesh → created an issue.
Closing this as it is duplicate of " 397358 - Menu link submit save callback detection breaks some AJAX forms 🐛 3218969 breaks some AJAX forms Active "
abhinesh → created an issue.
I have added the re-rolled patch for Drupal version 10.2.x and tested it with Drupal 10.2.2. The patch applies cleanly.
I have added the patch re-roll for version 8.x-2.10.
abhinesh → made their first commit to this issue’s fork.
Hi @ dineshkumarbollu → , It is Backward Incompatible Changes try it with php 8.2 version.I have not tested it with php 8.0 and 8.1 version yet.
abhinesh → created an issue. See original summary → .
Hey mandclu → and https://www.drupal.org/u/agelospanagiotakis → ,
Thank you for notifying us about the issue. We have fixed it, and you can follow the steps mentioned on the project page to proceed.
// For Drupal 9:
<ol>
<li>COMPOSER_MEMORY_LIMIT=-1 composer create-project srijanone/ezcontent-project:dev-d9-demo ezcontent-demo --no-interaction;</li>
<li></li>
<li>drush en ezcontent_demo -y</li>
<li>drush dcem ezcontent_demo</li>
</ol>
abhinesh → created an issue.
abhinesh → created an issue.
For the d10 compatibility we have a separate
2.3.x-dev →
branch.
Below is the D10 compatible release, so marking the issue as fixed.
https://www.drupal.org/project/ezcontent_api/releases/2.3.0 →
abhinesh → made their first commit to this issue’s fork.
abhinesh → made their first commit to this issue’s fork.
This issue is close in the below release:
abhinesh → made their first commit to this issue’s fork.
This Issue is closed and fixed in the https://www.drupal.org/project/ezcontent/releases/2.1.7 → tag
abhinesh → created an issue.
Hi, @will_frank,
Add the forked repo inside your composer.json root file:
"repositories":[
{
"type":"vcs",
"url":"https://git.drupalcode.org/issue/formtips-3330266"
}
],
After that run the below command:
composer require "drupal/formtips:"dev-3330266-drupal-10-compatibility-dev",
abhinesh → made their first commit to this issue’s fork.
abhinesh → created an issue.