- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ these changes make this module compatible with Drupal 11! ๐
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-120835This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
- ๐บ๐ธUnited States Greg Boggs Portland Oregon
greg boggs โ made their first commit to this issueโs fork.
-
greg boggs โ
committed d215478a on 2.0 authored by
mistrae โ
Issue #3429476: Automated Drupal 11 compatibility fixes for config_suite
-
greg boggs โ
committed d215478a on 2.0 authored by
mistrae โ
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
1 day ago 3:20pm 12 June 2025 - ๐จ๐ญSwitzerland zilloww
Anything new on this issue? Is there anything we can do to push the d11 compatibility soon?
- ๐บ๐ธUnited States Greg Boggs Portland Oregon
- ๐จ๐ญSwitzerland zilloww
This update throws the following error :
Le site Web a rencontrรฉ une erreur inattendue. ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /var/www/html/drupal/web/modules/contrib/config_suite/src/ConfigSuiteImportSubscriber.php on line 51 and exactly 11 expected in Drupal\Core\Config\ConfigImporter->__construct() (line 204 of core/lib/Drupal/Core/Config/ConfigImporter.php). Drupal\config_suite\ConfigSuiteImportSubscriber->checkForRedirection(Object, 'kernel.request', Object) (Line: 246) Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object, 'kernel.request', Object) (Line: 206) Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object) (Line: 56) Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object, 'kernel.request') (Line: 159) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 53) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28) Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32) Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 116) Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 90) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36) Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51) Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 709) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
On every page of my website when I'm logged in as an admin. Do I create a new issue on the 2.0.5 release?