Hello,
I get the same kind of error with 10.2.6 :
[Tue Sep 03 16:07:48.240838 2024] [php:notice] [pid 285366:tid 285366] [client 192.168.2.2:56276] Uncaught PHP Exception Drupal\\Component\\Plugin\\Exception\\PluginNotFoundException: "The "BookOutline" plugin does not exist. Valid plugin IDs for Drupal\\Core\\Validation\\ConstraintManager are: Callback, Blank, NotBlank, Email, Choice, BlockContentEntityChanged, UniqueLabelInList, SourceEditingRedundantTags, CKEditor5Element, CKEditor5EnabledConfigurablePlugins, StyleSensibleElement, CKEditor5FundamentalCompatibility, CKEditor5MediaAndFilterSettingsInSync, CKEditor5ToolbarItemDependencyConstraint, SourceEditingPreventSelfXssConstraint, CKEditor5ToolbarItem, CKEditor5ToolbarItemConditionsMet, CommentName, DateTimeFormat, FileUriUnique, FileImageDimensions, FileSizeLimit, FileExtension, FileValidation, FileIsImage, FileExtensionSecure, FileNameLength, LinkExternalProtocols, LinkNotExistingInternal, LinkType, LinkAccess, MenuTreeHierarchy, MenuSettings, PathAlias, TaxonomyHierarchy, UserMailRequired, UserNameUnique, UserMailUnique, ProtectedUserField, UserName, PluginExists, ConfigExists, RequiredConfigDependencies, UniquePathAlias, ValidPath, ValidKeys, Uuid, AllowedValues, Range, Null, Count, NotNull, ComplexData, Length, Regex, PrimitiveType, UniqueField, ExtensionName, ExtensionExists, ImmutableProperties, EntityType, ValidReference, Bundle, ReferenceAccess, EntityUntranslatableFields, EntityChanged, EntityHasField" at /var/www/performance/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php line 53, referer: https://performance.izzop.com/node/273/edit
What can I do to get rid of that error as I can't update any page.
Regards
JP P
Hello,
While looking to that error I have seen that the ckeditor box is present but the "style" attribute "display: none" is enabled during page loading and the content become invisible.
I try with another theme and get the same result .....
On another site (same versions) all is OK and updating pages works ...
Regards
JP P
Hello,
I upgrade today to 10.3.1 with no progress, I can't update page content, the window to type text does not open and the editor bar is not present, but is is possible to modify the "resume" of the page.
Regards
JP P
Hello,
I get always the problem, editing pages is very uncomfortable, the "edit" menu is invisible and it is very difficult to update anything, the results are unpredictable ....
And no one seems to get the same problems ?
Regards
JP P
Hello,
I use the Black Hole theme and the Zero point theme on another site, both of them gives the same result : impossible to access any page content.
Regards
JP P
Hello,
I didn't have time to retest the upgrade ...
I do it today :
composer update drush/drush
Which says nothing to do.
composer require drupal/core-recommended:10.2.3 drupal/core-composer-scaffold:10.2.3 drupal/core-project-message:10.2.3 --update-with-all-dependencies
Which works without anomaly messages and the site throw one error :
Uncaught PHP Exception Twig\\Error\\LoaderError: "Template "core/themes/claro/templates/classy/views/views-view-table.html.twig" is not defined." at /var/www/consult/web/core/themes/claro/templates/classy/views/views-view.html.twig line 66, referer: http://consult3.jpp.fr:81/admin/reports/updates
The file "views-view-table.html.twig" exists and seems to be a "normal" file :
-rw-r--r-- 1 jpprr jpprr 4205 févr. 7 23:44 ./web/core/themes/claro/templates/views/views-view-table.html.twig
The file calling that modules seems also to be OK :
-rw-r--r-- 1 jpprr jpprr 2498 févr. 7 23:44 ./web/core/themes/claro/templates/classy/views/views-view.html.twig
I restore the previous version.
Regards
Hello,
I will try tomorrow to update drush before Drupal after taking a new copy.
Regards
JP P
Hello,
No I didn't remove drush, but it was installed a short time ago.
Shall I try to upgrade drush before Drupal ?
Regards
JP P
Hello,
I use the recommended command :
composer require drupal/core-recommended:10.2.3 drupal/core-composer-scaffold:10.2.3 drupal/core-project-message:10.2.3 --update-with-all-dependencies
The upgrade went OK, but after I can't log in with the apache message given in precedent remark, the only solution is to restore the previous version.
Hello,
I try to change the owner of the directory and files and launch composer for upgrading to 10.2.3, the upgrade went smoothly, but the result is always the same : the website encounter an error .... with the same infamous message in apache's logs :
....Uncaught PHP Exception Error: "Call to a member function set() on null" at /var/www/performance/web/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php line 145,
I have to restore to 10.1.8 to get a working site.
What is the next step ?
Regards
JP P
The command I used :
composer require drupal/core-recommended:10.2.2 drupal/core-composer-scaffold:10.2.2 drupal/core-project-message:10.2.2 --update-with-all-dependencies
Regards
JP P
Hello,
I try to upgrade to 10.2.2 and the problem is the same ... login impossible.
10.1.8 still working.
Regards
JP P
Hello,
I am now on vacation and I retry the migration on a fresh coup of my site.
I change all deprecated themes for newer ones ... and I have no deprecated modules.
The site is OK and all works well.
I follow the following guidelines (ACTIONS_TO_10.txt) and I get a very horrible message when connecting to the server (DRUPAL_10_ERROR.txt).
All actions and traces are in the following parts
Regards
JP P
PART 1 : ACTIONS_TO_10.txt
chmod 777 ./sites/default
chmod 666 ./sites/default/*settings.php
chmod 666 ./sites/default/*services.yml
AVANT :
drwxr-xr-x 3 root www-data 4096 juil. 23 23:17 default
-rw-r--r-- 1 root www-data 310 juil. 5 11:57 development.services.yml
-rw-r--r-- 1 root www-data 5731 juil. 5 11:57 example.settings.local.php
-rw-r--r-- 1 root www-data 2353 juil. 5 11:57 example.sites.php
-rw-r--r-- 1 root www-data 515 juil. 5 11:57 README.txt
composer require 'drupal/core-recommended:^10' 'drupal/core-composer-scaffold:^10' 'drupal/core-project-message:^10' --update-with-dependencies --no-update
---> No errors (nothing done)
composer require 'drush/drush:^12' --no-update
---> No errors (nothing done)
composer update
Retourne :
Problem 1
- drupal/core-recommended 10.0.0 requires drupal/core 10.0.0 -> satisfiable by drupal/core[10.0.0].
- drupal/core-recommended 10.0.1 requires drupal/core 10.0.1 -> satisfiable by drupal/core[10.0.1].
- drupal/core-recommended 10.0.2 requires drupal/core 10.0.2 -> satisfiable by drupal/core[10.0.2].
- drupal/core-recommended 10.0.3 requires drupal/core 10.0.3 -> satisfiable by drupal/core[10.0.3].
- drupal/core-recommended 10.0.4 requires drupal/core 10.0.4 -> satisfiable by drupal/core[10.0.4].
- drupal/core-recommended 10.0.5 requires drupal/core 10.0.5 -> satisfiable by drupal/core[10.0.5].
- drupal/core-recommended 10.0.6 requires drupal/core 10.0.6 -> satisfiable by drupal/core[10.0.6].
- drupal/core-recommended 10.0.7 requires drupal/core 10.0.7 -> satisfiable by drupal/core[10.0.7].
- drupal/core-recommended 10.0.8 requires drupal/core 10.0.8 -> satisfiable by drupal/core[10.0.8].
- drupal/core-recommended 10.0.9 requires drupal/core 10.0.9 -> satisfiable by drupal/core[10.0.9].
- drupal/core-recommended 10.0.10 requires drupal/core 10.0.10 -> satisfiable by drupal/core[10.0.10].
- drupal/core-recommended 10.1.0 requires drupal/core 10.1.0 -> satisfiable by drupal/core[10.1.0].
- drupal/core-recommended 10.1.1 requires drupal/core 10.1.1 -> satisfiable by drupal/core[10.1.1].
- drupal/core-recommended 10.1.2 requires drupal/core 10.1.2 -> satisfiable by drupal/core[10.1.2].
- drupal/core[10.0.0, ..., 10.1.2] require composer-runtime-api ^2.1 -> found composer-runtime-api[2.0.0] but it does not match the constraint.
- Root composer.json requires drupal/core-recommended ^10 -> satisfiable by drupal/core-recommended[10.0.0, ..., 10.1.2].
Mauvaise version de composer ....
composer clearcache
--> OK
composer self-update
En fait installer la dernière version avec :
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
puis ./composer-setup.php qi crée un ficier "composer.phar" à mettre en link dans /usr/bin
On retourne à :
composer update
Qui installe :
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]? yes
composer/installers contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "composer/installers" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
drupal/core-composer-scaffold contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "drupal/core-composer-scaffold" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
drupal/core-project-message contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "drupal/core-project-message" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
drupal/core-vendor-hardening contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "drupal/core-vendor-hardening" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Lock file operations: 58 installs, 0 updates, 0 removals
- Locking asm89/stack-cors (v2.1.1)
- Locking composer/semver (3.3.2)
- Locking doctrine/annotations (1.14.3)
- Locking doctrine/deprecations (v1.1.1)
- Locking doctrine/lexer (2.1.0)
- Locking drupal/core (10.1.2)
- Locking drupal/core-composer-scaffold (10.1.2)
- Locking drupal/core-project-message (10.1.2)
- Locking drupal/core-recommended (10.1.2)
- Locking egulias/email-validator (4.0.1)
- Locking guzzlehttp/guzzle (7.7.0)
- Locking guzzlehttp/promises (2.0.1)
- Locking guzzlehttp/psr7 (2.5.1)
- Locking masterminds/html5 (2.8.1)
- Locking mck89/peast (v1.15.3)
- Locking pear/archive_tar (1.4.14)
- Locking pear/console_getopt (v1.4.3)
- Locking pear/pear-core-minimal (v1.10.13)
- Locking pear/pear_exception (v1.0.2)
- Locking psr/cache (3.0.0)
- Locking psr/container (2.0.2)
- Locking psr/event-dispatcher (1.0.0)
- Locking psr/http-client (1.0.2)
- Locking psr/http-factory (1.0.2)
- Locking psr/http-message (2.0)
- Locking psr/log (3.0.0)
- Locking ralouphie/getallheaders (3.0.3)
- Locking sebastian/diff (4.0.5)
- Locking symfony/console (v6.3.2)
- Locking symfony/dependency-injection (v6.3.2)
- Locking symfony/deprecation-contracts (v3.3.0)
- Locking symfony/error-handler (v6.3.2)
- Locking symfony/event-dispatcher (v6.3.2)
- Locking symfony/event-dispatcher-contracts (v3.3.0)
- Locking symfony/http-foundation (v6.3.2)
- Locking symfony/http-kernel (v6.3.3)
- Locking symfony/mime (v6.3.3)
- Locking symfony/polyfill-ctype (v1.27.0)
- Locking symfony/polyfill-iconv (v1.27.0)
- Locking symfony/polyfill-intl-grapheme (v1.27.0)
- Locking symfony/polyfill-intl-idn (v1.27.0)
- Locking symfony/polyfill-intl-normalizer (v1.27.0)
- Locking symfony/polyfill-mbstring (v1.27.0)
- Locking symfony/polyfill-php72 (v1.27.0)
- Locking symfony/polyfill-php80 (v1.27.0)
- Locking symfony/polyfill-php83 (v1.27.0)
- Locking symfony/process (v6.3.2)
- Locking symfony/psr-http-message-bridge (v2.2.0)
- Locking symfony/routing (v6.3.3)
- Locking symfony/serializer (v6.3.3)
- Locking symfony/service-contracts (v3.3.0)
- Locking symfony/string (v6.3.2)
- Locking symfony/translation-contracts (v3.3.0)
- Locking symfony/validator (v6.3.2)
- Locking symfony/var-dumper (v6.3.3)
- Locking symfony/var-exporter (v6.3.2)
- Locking symfony/yaml (v6.3.3)
- Locking twig/twig (v3.6.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 9 installs, 35 updates, 14 removals
- Downloading drupal/core-composer-scaffold (10.1.2)
- Downloading drupal/core-project-message (10.1.2)
- Downloading twig/twig (v3.6.1)
- Downloading symfony/deprecation-contracts (v3.3.0)
- Downloading symfony/yaml (v6.3.3)
- Downloading symfony/var-exporter (v6.3.2)
- Downloading symfony/var-dumper (v6.3.3)
- Downloading symfony/translation-contracts (v3.3.0)
- Downloading symfony/polyfill-php83 (v1.27.0)
- Downloading symfony/validator (v6.3.2)
- Downloading symfony/polyfill-intl-grapheme (v1.27.0)
- Downloading symfony/string (v6.3.2)
- Downloading psr/container (2.0.2)
- Downloading symfony/service-contracts (v3.3.0)
- Downloading symfony/serializer (v6.3.3)
- Downloading symfony/routing (v6.3.3)
- Downloading symfony/http-foundation (v6.3.2)
- Downloading psr/http-message (2.0)
- Downloading symfony/psr-http-message-bridge (v2.2.0)
- Downloading symfony/process (v6.3.2)
- Downloading symfony/mime (v6.3.3)
- Downloading psr/event-dispatcher (1.0.0)
- Downloading symfony/event-dispatcher-contracts (v3.3.0)
- Downloading symfony/event-dispatcher (v6.3.2)
- Downloading psr/log (3.0.0)
- Downloading symfony/error-handler (v6.3.2)
- Downloading symfony/http-kernel (v6.3.3)
- Downloading symfony/dependency-injection (v6.3.2)
- Downloading symfony/console (v6.3.2)
- Downloading sebastian/diff (4.0.5)
- Downloading psr/http-client (1.0.2)
- Downloading psr/cache (3.0.0)
- Downloading mck89/peast (v1.15.3)
- Downloading masterminds/html5 (2.8.1)
- Downloading guzzlehttp/psr7 (2.5.1)
- Downloading guzzlehttp/promises (2.0.1)
- Downloading guzzlehttp/guzzle (7.7.0)
- Downloading doctrine/deprecations (v1.1.1)
- Downloading doctrine/lexer (2.1.0)
- Downloading egulias/email-validator (4.0.1)
- Downloading doctrine/annotations (1.14.3)
- Downloading asm89/stack-cors (v2.1.1)
- Downloading drupal/core (10.1.2)
- Removing typo3/phar-stream-wrapper (v3.1.7)
- Removing symfony/translation (v4.4.47)
- Removing symfony/polyfill-php73 (v1.27.0)
- Removing symfony/http-client-contracts (v2.5.2)
- Removing symfony/debug (v4.4.44)
- Removing symfony-cmf/routing (2.3.4)
- Removing stack/builder (v1.0.6)
- Removing longwave/laminas-diactoros (2.14.2)
- Removing laminas/laminas-stdlib (3.11.0)
- Removing laminas/laminas-feed (2.17.0)
- Removing laminas/laminas-escaper (2.9.0)
- Removing drupal/core-vendor-hardening (9.5.10)
- Removing doctrine/reflection (1.2.3)
- Removing composer/installers (v1.12.0)
- Upgrading drupal/core-composer-scaffold (9.5.10 => 10.1.2): Extracting archive
- Upgrading drupal/core-project-message (9.5.10 => 10.1.2): Extracting archive
- Upgrading twig/twig (v2.15.5 => v3.6.1): Extracting archive
- Upgrading symfony/deprecation-contracts (v2.5.2 => v3.3.0): Extracting archive
- Upgrading symfony/yaml (v4.4.45 => v6.3.3): Extracting archive
- Installing symfony/var-exporter (v6.3.2): Extracting archive
- Upgrading symfony/var-dumper (v5.4.25 => v6.3.3): Extracting archive
- Upgrading symfony/translation-contracts (v2.5.2 => v3.3.0): Extracting archive
- Installing symfony/polyfill-php83 (v1.27.0): Extracting archive
- Upgrading symfony/validator (v4.4.48 => v6.3.2): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
- Installing symfony/string (v6.3.2): Extracting archive
- Upgrading psr/container (1.1.1 => 2.0.2): Extracting archive
- Upgrading symfony/service-contracts (v2.5.2 => v3.3.0): Extracting archive
- Upgrading symfony/serializer (v4.4.47 => v6.3.3): Extracting archive
- Upgrading symfony/routing (v4.4.44 => v6.3.3): Extracting archive
- Upgrading symfony/http-foundation (v4.4.49 => v6.3.2): Extracting archive
- Upgrading psr/http-message (1.0.1 => 2.0): Extracting archive
- Upgrading symfony/psr-http-message-bridge (v2.1.4 => v2.2.0): Extracting archive
- Upgrading symfony/process (v4.4.44 => v6.3.2): Extracting archive
- Upgrading symfony/mime (v5.4.13 => v6.3.3): Extracting archive
- Installing psr/event-dispatcher (1.0.0): Extracting archive
- Upgrading symfony/event-dispatcher-contracts (v1.1.13 => v3.3.0): Extracting archive
- Upgrading symfony/event-dispatcher (v4.4.44 => v6.3.2): Extracting archive
- Upgrading psr/log (1.1.4 => 3.0.0): Extracting archive
- Upgrading symfony/error-handler (v4.4.44 => v6.3.2): Extracting archive
- Upgrading symfony/http-kernel (v4.4.50 => v6.3.3): Extracting archive
- Upgrading symfony/dependency-injection (v4.4.49 => v6.3.2): Extracting archive
- Upgrading symfony/console (v4.4.49 => v6.3.2): Extracting archive
- Installing sebastian/diff (4.0.5): Extracting archive
- Installing psr/http-client (1.0.2): Extracting archive
- Upgrading psr/cache (1.0.1 => 3.0.0): Extracting archive
- Installing mck89/peast (v1.15.3): Extracting archive
- Upgrading masterminds/html5 (2.7.6 => 2.8.1): Extracting archive
- Upgrading guzzlehttp/psr7 (1.9.1 => 2.5.1): Extracting archive
- Upgrading guzzlehttp/promises (1.5.3 => 2.0.1): Extracting archive
- Upgrading guzzlehttp/guzzle (6.5.8 => 7.7.0): Extracting archive
- Installing doctrine/deprecations (v1.1.1): Extracting archive
- Upgrading doctrine/lexer (1.2.3 => 2.1.0): Extracting archive
- Upgrading egulias/email-validator (3.2.6 => 4.0.1): Extracting archive
- Upgrading doctrine/annotations (1.13.3 => 1.14.3): Extracting archive
- Upgrading asm89/stack-cors (1.3.0 => v2.1.1): Extracting archive
- Upgrading drupal/core (9.5.10 => 10.1.2): Extracting archive
- Upgrading drupal/core-recommended (9.5.10 => 10.1.2)
9 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
38 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Scaffolding files for drupal/core:
- Copy [project-root]/.editorconfig from assets/scaffold/files/editorconfig
- Copy [web-root]/.csslintrc from assets/scaffold/files/csslintrc
- Copy [web-root]/.eslintignore from assets/scaffold/files/eslintignore
- Copy [web-root]/.ht.router.php from assets/scaffold/files/ht.router.php
- Copy [web-root]/.htaccess from assets/scaffold/files/htaccess
- Copy [web-root]/example.gitignore from assets/scaffold/files/example.gitignore
- Copy [web-root]/INSTALL.txt from assets/scaffold/files/drupal.INSTALL.txt
- Copy [web-root]/README.md from assets/scaffold/files/drupal.README.md
- Copy [web-root]/update.php from assets/scaffold/files/update.php
- Copy [web-root]/web.config from assets/scaffold/files/web.config
- Copy [web-root]/sites/example.settings.local.php from assets/scaffold/files/example.settings.local.php
- Copy [web-root]/sites/default/default.services.yml from assets/scaffold/files/default.services.yml
- Copy [web-root]/sites/default/default.settings.php from assets/scaffold/files/default.settings.php
No security vulnerability advisories found
Part 2 : DRUPAL_10_ERROR.txt
Warning: class_implements(): Class Drupal\Core\Entity\EntityBundleAccessCheck does not exist and could not be loaded in Drupal\Core\DependencyInjection\Compiler\RegisterAccessChecksPass->process() (line 43 of /var/www/consult/vendor/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php).
Drupal\Core\DependencyInjection\Compiler\RegisterAccessChecksPass->process(Object) (Line: 80)
Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object) (Line: 767)
Symfony\Component\DependencyInjection\ContainerBuilder->compile() (Line: 1335)
Drupal\Core\DrupalKernel->compileContainer() (Line: 934)
Drupal\Core\DrupalKernel->initializeContainer() (Line: 20)
Drupal\Core\Installer\InstallerKernel->initializeContainer() (Line: 494)
Drupal\Core\DrupalKernel->boot() (Line: 426)
install_begin_request(Object, Array) (Line: 116)
install_drupal(Object) (Line: 48)
Additional uncaught exception thrown while handling exception.
User warning: Invalid placeholder (severity_level) with string: "%type: @message in %function (line %line of %file).
@backtrace
" in Drupal\Component\Render\FormattableMarkup::placeholderFormat() (line 245 of /var/www/consult/vendor/drupal/core/lib/Drupal/Component/Render/FormattableMarkup.php).
Drupal\Component\Render\FormattableMarkup::placeholderFormat('%type: @message in %function (line %line of %file). @backtrace', Array) (Line: 99)
Drupal\Component\Render\FormattableMarkup->__toString() (Line: 204)
_drupal_exception_handler_additional(Object, Object) (Line: 186)
_drupal_exception_handler(Object)
Original
TypeError: in_array(): Argument #2 ($haystack) must be of type array, bool given in in_array() (line 43 of /var/www/consult/vendor/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php).
in_array() (Line: 43)
Drupal\Core\DependencyInjection\Compiler\RegisterAccessChecksPass->process() (Line: 80)
Symfony\Component\DependencyInjection\Compiler\Compiler->compile() (Line: 767)
Symfony\Component\DependencyInjection\ContainerBuilder->compile() (Line: 1335)
Drupal\Core\DrupalKernel->compileContainer() (Line: 934)
Drupal\Core\DrupalKernel->initializeContainer() (Line: 20)
Drupal\Core\Installer\InstallerKernel->initializeContainer() (Line: 494)
Drupal\Core\DrupalKernel->boot() (Line: 426)
install_begin_request() (Line: 116)
install_drupal() (Line: 48)
User warning: Invalid placeholder (severity_level) with string: "%type: @message in %function (line %line of %file).
@backtrace
" in Drupal\Component\Render\FormattableMarkup::placeholderFormat() (line 245 of /var/www/consult/vendor/drupal/core/lib/Drupal/Component/Render/FormattableMarkup.php).
Drupal\Component\Render\FormattableMarkup::placeholderFormat('%type: @message in %function (line %line of %file). @backtrace', Array) (Line: 99)
Drupal\Component\Render\FormattableMarkup->__toString() (Line: 205)
_drupal_exception_handler_additional(Object, Object) (Line: 186)
_drupal_exception_handler(Object)
Additional
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "theme.manager". in Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition() (line 992 of /var/www/consult/vendor/symfony/dependency-injection/ContainerBuilder.php).
Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition() (Line: 568)
Symfony\Component\DependencyInjection\ContainerBuilder->doGet() (Line: 531)
Symfony\Component\DependencyInjection\ContainerBuilder->get() (Line: 649)
Drupal::theme() (Line: 22)
_drupal_maintenance_theme() (Line: 322)
drupal_maintenance_theme() (Line: 1025)
install_display_output() (Line: 271)
_drupal_log_error() (Line: 182)
_drupal_exception_handler()
Hello,
I will be on holydays tomorrow and I will not be able to test anything but I follow that problem.
Regards
JP P
Hello,
No it's probably not a version issue as I use a machine with an up to date 8.1 version.
But I have no clue on that problem ....
Thanks for the reply.
JPP