Account created on 19 December 2010, over 13 years ago
#

Merge Requests

Recent comments

🇦🇫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.69.0 2024