Account created on 6 May 2020, over 4 years ago
#

Merge Requests

More

Recent comments

🇮🇳India abhinesh

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

🇮🇳India abhinesh

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

🇮🇳India abhinesh

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:

🇮🇳India abhinesh

I have added some site starter recipes.

🇮🇳India abhinesh

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...

🇮🇳India abhinesh

Removed unwanted text

🇮🇳India abhinesh

It seems there is an error with the "libraries.settings.yml" configuration. I moved it to the optional directory as a temporary solution.

📌 | Warmer | Drush 13
🇮🇳India abhinesh

abhinesh made their first commit to this issue’s fork.

🇮🇳India abhinesh

abhinesh made their first commit to this issue’s fork.

🇮🇳India abhinesh

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.

🇮🇳India abhinesh

Adding an array check solves the issue for me inside "cloudinary/transformation-builder-sdk".

🇮🇳India abhinesh

Hi @ delacosta456 ,I am facing a same error retrieving an image using JSON API, which is uploaded to Cloudinary.

🇮🇳India abhinesh

Hi, @ kmani
2.2.9 version 2.2.9 of Ez-content brings the latest version of the redirect module as a dependency which is "drupal/redirect": "^1.8". It seems like this dependency is locked inside your composer.lock file.

🇮🇳India abhinesh

abhinesh made their first commit to this issue’s fork.

🇮🇳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 abhinesh

Hi, @ kmani

We have generated the latest release with your modifications. Kindly utilize the tag below: 2.1.5 .
Please let me know if everything is working fine, so that we can close the issue.

🇮🇳India abhinesh

@ nicklundy , Thanks for creating the issue, I am too facing this issue with theme extending one other theme.

🇮🇳India abhinesh

abhinesh made their first commit to this issue’s fork.

🇮🇳India abhinesh

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.

🇮🇳India abhinesh

Closing this as it is duplicate of " 397358 - Menu link submit save callback detection breaks some AJAX forms 🐛 3218969 breaks some AJAX forms Active "

🇮🇳India abhinesh

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.

🇮🇳India abhinesh

I have added the patch re-roll for version 8.x-2.10.

🇮🇳India abhinesh

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.

🇮🇳India abhinesh

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>

🇮🇳India abhinesh

Hi @ kmani ,

The problem has been resolved in the 2.2.8 update. Please make sure to utilize this tag in your project.

🇮🇳India abhinesh

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

🇮🇳India abhinesh

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",

Production build 0.71.5 2024