benaboki → created an issue.
benaboki → created an issue.
benaboki → created an issue.
#4 allows submissions to go through so I have it as a temporary fix as well. Thanks @greatmatter
I am also having the same issue with Drupal 10.2, Webform 6.2.2 and PHP 8.2. Users cannot upload files
Uncaught PHP Exception Drupal\Component\Plugin\Exception\PluginNotFoundException: "The "webform_file_validate_extensions" plugin does not exist. Valid plugin IDs for Drupal\Core\Validation\ConstraintManager are: ...
I managed to fix the problem by running the following.
$ composer remove drupal/semantic_connector
$ composer remove drupal/powertagging
$ composer remove drupal/pp_taxonomy_manager
$ composer require 'drupal/powertagging:^2.0@beta' -W
$ composer require 'drupal/pp_taxonomy_manager:^2.0@beta' -W
This resulted in the deletion of
"drupal/semantic_connector": 10, from "stability-flags": {} in composer.lock and from require in composer.json.
No more warnings when running drush updb
I am currently using version 2.6.5 of composer and I am still getting the issue
benaboki → created an issue.
benaboki → created an issue.