- Issue created by @rraney
- πΊπΈUnited States rraney
I tried removing this module using 'composer remove'. I cleared cache and the error is still there, so now I have some doubt about this module being the cause. It happened right after I required it, so I'm at a loss.
- π«π·France just_like_good_vibes PARIS
hello, if you haven't enabled the module (just required using composer), then this cannot be the cause of your issue.
but when you did the composer require command, maybe you have updated some already enabled extensions in your drupal install.
From the trace i saw here in the issue, it looks like you have an SDC component with a "bad" definition. BAd in a sense that the component validator is raising an exception.you can try sdc_devel module to help, i would advice to go to drupal slack too just in case.
- πΊπΈUnited States rraney
I just confirmed doing the composer require command for this module, then clearing cache caused this issue. Prior to this step, the site was working fine.
Also prior to this step, I installed the Civic Theme. Perhaps there is a conflict.
- πΊπΈUnited States rraney
rraney@itjlelap31:~/sandboxcms$ lando composer require 'drupal/ui_patterns:^2.0'
./composer.json has been updated
Running composer update drupal/ui_patterns
Loading composer repositories with package information
Updating dependencies
Lock file operations: 3 installs, 0 updates, 0 removals
- Locking drupal/ui_patterns (2.0.5)
- Locking justinrainbow/json-schema (6.4.2)
- Locking marc-mabe/php-enum (v4.7.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 3 installs, 0 updates, 0 removals
- Downloading marc-mabe/php-enum (v4.7.1)
- Downloading justinrainbow/json-schema (6.4.2)
- Downloading drupal/ui_patterns (2.0.5)
- Installing marc-mabe/php-enum (v4.7.1): Extracting archive
- Installing justinrainbow/json-schema (6.4.2): Extracting archive
- Installing drupal/ui_patterns (2.0.5): Extracting archive
Generating optimized autoload files
55 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found. - πΊπΈUnited States rraney
This appears to be due to a conflict with Civic Theme or one of its dependencies. I don't think it's inherently an issue with this module, but it would take some testing.
- πΊπΈUnited States rraney
Pierre will be creating an issue for Civic Theme. I'm not finding any issues with the modules that Civic Theme requires. You can close :)
- πͺπΈSpain penyaskito Seville π, Spain πͺπΈ, UTC+2 πͺπΊ
Apparently the problem comes (at least) from https://git.drupalcode.org/project/civictheme/-/blob/1.x/components/02-m...