Account created on 24 April 2016, about 9 years ago
#

Recent comments

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

Production build 0.71.5 2024