Update 5.5.10 nach 5.5.11 - Fehler
Moin an alle ...
beim Versuch des Updates über den CM UND die Kommandozeile bricht "contao-setup" (Cache warmup) mit folgenden Fehlermeldungen ab:
PHP-Code:
An error occurred while executing the "/usr/bin/php84 -dmemory_limit=1536M /www/htdocs/w00c556f/carlo.luetten-dieks-carlit
o.eu/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --ansi" command: 10:32:33 CRITICAL
[console] Error thrown while running command "cache:warmup --env=prod --ansi". Message: "Contao\CoreBundle\Twig
\Inspector\InspectorNodeVisitor::__construct(): Argument #1 ($storage) must be of type Contao\CoreBundle\Twig\Inspector\St
orage, Symfony\Component\Cache\Adapter\FilesystemAdapter given, called in /www/htdocs/w00c556f/carlo.luetten-dieks-carlito
.eu/var/cache/prod/ContainerXixjccU/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php on line 1335"
PHP-Code:
TypeError { …},"command" => "cache:warmup --env=prod --ansi
8;5;208m","message" => "Contao\CoreBundle\Twig\Inspector\InspectorNodeVisitor::_
_construct(): Argument #1 ($storage) must be of type Contao\CoreBundle\Twig\Inspector\Storage, Symfony\Component\Cache\Adapter\Filesy
stemAdapter given, called in /www/htdocs/w00c556f/carlo.luetten-dieks-carlito.eu/var/cache/prod/ContainerUXFeLGk/Contao_ManagerBundle
_HttpKernel_ContaoKernelProdContainer.php on line 1333"]
In InspectorNodeVisitor.php line 37:
Contao\CoreBundle\Twig\Inspector\InspectorNodeVisitor::__construct(): Argum
ent #1 ($storage) must be of type Contao\CoreBundle\Twig\Inspector\Storage,
Symfony\Component\Cache\Adapter\FilesystemAdapter given, called in /www/ht
docs/w00c556f/carlo.luetten-dieks-carlito.eu/var/cache/prod/ContainerUXFeLG
k/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php on line 1333
Die "composer.json" ist:
Code:
{
"type": "project",
"require": {
"bugbuster/contao-visitors-bundle": "^1.15",
"contao/conflicts": "*@dev",
"contao/manager-bundle": "5.5.*",
"inspiredminds/contao-glightbox": "^1.0",
"inspiredminds/contao-wowjs": "^1.1",
"madeyourday/contao-rocksolid-columns": "^2.1",
"madeyourday/contao-rocksolid-custom-elements": "^2.4",
"madeyourday/contao-rocksolid-frontend-helper": "^2.2",
"madeyourday/contao-rocksolid-slider": "^2.2",
"oveleon/contao-cookiebar": "^2.2",
"terminal42/contao-changelanguage": "^3.7",
"wr/onepage-bundle": "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Seefahrer/onepage-bundle"
}
],
"autoload": {
"psr-4": {
"RevolutionSlider\\": "revolutionslider/RevolutionSlider/"
},
"classmap": [
"system/modules/revolutionslider/RevolutionSlider/Backend",
"system/modules/revolutionslider/RevolutionSlider/Core",
"system/modules/revolutionslider/RevolutionSlider/Frontend",
"system/modules/revolutionslider/RevolutionSlider/Models"
]
},
"extra": {
"contao-component-dir": "assets",
"contao": {
"sources": {
"": "system/modules/revolutionslider"
}
}
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": true,
"contao/manager-plugin": true
}
}
}
Rollback auf 5.5.10 funktioniert problemlos. Ist das ein Issue auf Github wert?!
EDIT: Hm ... auf einer lokalen Kopie der Seite unter MAMP 7.2.4 läuft das Update klaglos durch ... seltsam!
Schönes WE - Georg