Account created on 19 December 2010, almost 14 years ago
#

Merge Requests

Recent comments

🇦🇫Afghanistan drupalam

This issue should be fixed if you update to version 1.17.

 $violations = $paragraphs_entity->validate();
          $violations->filterByFieldAccess();
          $hidden_fields = (array) $display->get('hidden');
          $violations->filterByFields(array_keys($hidden_fields));
🇦🇫Afghanistan drupalam

The latest Merge Request for these fixes by TR has failed. I have downloaded the patch file for these changes but will not upload them here since it's a large and risky patch file. I am available to help fix this module since it's used on several high profile websites and this issue needs to be fixed ASAP.

A link to the pipeline job.
https://git.drupalcode.org/project/rules/-/jobs/2141736

Uploading artifacts...
WARNING: junit.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/project/rules) 
/builds/project/rules/web/sites/default/files/simpletest: found 231 matching artifact files and directories 
/builds/project/rules/web/sites/simpletest/browser_output: found 1182 matching artifact files and directories 
apache.access.log.txt: found 1 matching artifact files and directories 
apache.error.log.txt: found 1 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=2141736 responseStatus=201 Created token=glcbt-64
Uploading artifacts...
WARNING: junit.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/project/rules) 
/builds/project/rules/web/sites/default/files/simpletest/phpunit-*.xml: found 115 matching artifact files and directories 
Uploading artifacts as "junit" to coordinator... 201 Created  id=2141736 responseStatus=201 Created token=glcbt-64
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1
🇦🇫Afghanistan drupalam

I ran into this issue with the `lightning_core` module following an upgrade of Drupal from version 10.1.8 to 10.3.1. Unfortunately, patch number 9 was ineffective for me because I needed to fix both functions in the `ConfigEntityDescriptionTrait.php` file. The patch provided below resolved the problem and I will create a Merge Request to make it permanent.

🇦🇫Afghanistan drupalam

drupalam created an issue.

🇦🇫Afghanistan drupalam

By the way we have decided to completely remove it and suggest this as the course of action, instead of just replacing it.

🇦🇫Afghanistan drupalam

We have also stopped supporting IE 11. Sorry I am new to this and didn't spend a lot of time looking at why the tests failed. Thank you for taking care of it.

🇦🇫Afghanistan drupalam

We are having a similar issue where the name of the group will not show up unless the user is logged in. This is happening on a view.

🇦🇫Afghanistan drupalam

I have created a merge request to replace polyfill.io with polyfill-fastly.io.

https://git.drupalcode.org/project/webform/-/merge_requests/419

I have also created this patch for projects that have moved on from IE 11 and no longer need polyfills.

🇦🇫Afghanistan drupalam

This error came up for me because I'm trying to update to drupal 10 but removed some plugins from composer.json. I had to reinstall lightning_core to fix it.

It's hard to try and fix everyone's individual issues with this error. In a nutshell, your config files are referencing items which are available in plugins which are not installed.

To fix my issue, I had to install lightning_core

Use php debug or print out the entity variables in this file, to figure out which plugin's class is being requested.

docroot/core/lib/Drupal/Core/Entity/EntityTypeManager.php

getDefinition()

Looking at these variables will help you figure out which module to install.

Production build 0.71.5 2024