Problem/Motivation
Steps to reproduce
Activate display builder for particular views which is running normally (I have also tried on a few other views buta the same error occurs)
ON : admin/structure/views/view/vw_all_content_01/edit/page_2 --> SET Display Builder:
Default
ON : admin/structure/display-builder/instances --> go to first line :
Views Vw all content 01 page 2 Default 15:48 Initialize display from default configuration
CLICK 'Build Display' button --> shows WSOD (white screen of death) with message as follows:
"The website encountered an unexpected error. Try again later."
the recent Error Log on ( admin/reports/dblog ) shows :
Type : PHP
...
ation https://MYDOMAIN.COM/admin/structure/views/view/vw_all_content_01/displa...
Referrer https://MYDOMAIN.COM/admin/structure/display-builder/instances
...
Message InvalidArgumentException: No converter has been registered for drupal.proxy_original_service.paramconverter.views_ui in Drupal\Core\ParamConverter\ParamConverterManager->getConverter() (line 37 of /home/My-CPANEL-Username/public_html/MYDOMAIN.COM/core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php).
Severity Error
---
Note : on this website the PageLayout-DisplayBuilders & Entity-DisplayBuilders are running normally. only the Views'Display builders; is Crashing/Faulty. in general the websites is functioning well with minimal error/warning comments on the Status Report page (admin/reports/status)
Note: my platform is using Cpanel shared hosting, installed using drupal legacy mode with composer (without /web or/docroot folder) the docroot is directly on the 'domain root folder'. Most modules are isntall with standard composer and drush
drupal is installed with UI Suite basic modules (Patters/Skins/Styles/Icons/Etc) installed at the beta/alpha minimal stabilty is set on composer.json ( at the moment I dont' use Dev as minimal ), the theme installed is the standard https://www.drupal.org/project/ui_suite_bootstrap ( and the UI Suite Daisy Theme is isntalled but not used). current drupal version is 11.4.4 & PHP 8.4.20
Proposed resolution
--> please kindly help to investigate and repair bug.
Comments
Comment #2
infohome commentedComment #3
infohome commentedComment #4
mogtofu33 commentedDuplicate of #3607019: 11.4 compat: ParamConverterManager lazy services are broken, soon to be in next release.