- Issue created by @Fabsgugu
It is no longer possible to save the settings page, or even to save nodes (there are probably other problems)
From what I understand, the errors mainly come from the addition of symfony validator in the vendor.
Fatal error: Declaration of Drupal\Core\Validation\ExecutionContext::addViolation(string $message, array $params = []) must be compatible with Symfony\Component\Validator\Context\ExecutionContextInterface::addViolation(string $message, array $params = []): void in /var/www/html/web/core/lib/Drupal/Core/Validation/ExecutionContext.php on line 118
"Void" is only on Drupal 11.
Ideally we should create 2 branches: one for D10 which would be there just for the end of life of this version with only security update and another for Drupal 11 and new change.
Perhaps we should start from the last stable version before the changes and add the security update.
As it stands, the version does not correspond to reality.
Active
4.0
Code