Hallo zusammen
Ich habe das gleiche Problem. Bei einer Contao 4.13 Version kann ich den NC von 1.6.14 nicht auf 1.7 updaten.
Wie funktioniert das requiren denn? NC 1.6 ist bereits ausgewählt.
Die PHP Version ist 8.1.
Was ich bereits probiert habe:
- Löschung von system>modules>nc und anschliessendem Composer Update
- Manuelles Umstellen, alle Pakete aktualisieren
Hier der Stack Trace
HTML-Code:
ErrorException:
Warning: Undefined array key "deleteConfirm"
at vendor/linking-you/contao-redirecter/src/Resources/contao/dca/tl_linkingyou_redirecter_redirects.php:82
at include('/webhome/domain/staging/vendor/linking-you/contao-redirecter/src/Resources/contao/dca/tl_linkingyou_redirecter_redirects.php')
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/DcaLoader.php:120)
at Contao\DcaLoader->loadDcaFiles()
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/DcaLoader.php:75)
at Contao\DcaLoader->load()
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:1448)
at Contao\Controller::loadDataContainer()
(vendor/contao/core-bundle/src/Migration/Version413/RelLightboxMigration.php:104)
at Contao\CoreBundle\Migration\Version413\RelLightboxMigration->getTargets()
(vendor/contao/core-bundle/src/Migration/Version413/RelLightboxMigration.php:43)
at Contao\CoreBundle\Migration\Version413\RelLightboxMigration->shouldRun()
(vendor/contao/core-bundle/src/Migration/MigrationCollection.php:47)
at Contao\CoreBundle\Migration\MigrationCollection->getPending()
(vendor/contao/core-bundle/src/Migration/MigrationCollection.php:68)
at Contao\CoreBundle\Migration\MigrationCollection->run()
(vendor/contao/installation-bundle/src/InstallTool.php:427)
at Contao\InstallationBundle\InstallTool->runMigrations()
(vendor/contao/installation-bundle/src/Controller/InstallationController.php:361)
at Contao\InstallationBundle\Controller\InstallationController->runDatabaseUpdates()
(vendor/contao/installation-bundle/src/Controller/InstallationController.php:96)
at Contao\InstallationBundle\Controller\InstallationController->installAction()
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle()
(web/index.php:44)
at require('/webhome/domain/staging/web/index.php')
(web/app.php:13)
Fehlermeldung nach Update auf 1.7:
HTML-Code:
> Resolving dependencies using Composer Cloud v3.5.1
[6.9MiB/0.17s] Loading composer repositories with package information
[66.8MiB/8.38s] Updating dependencies
[84.2MiB/8.56s] Your requirements could not be resolved to an installable set of packages.
[84.2MiB/8.57s]
Problem 1
- terminal42/notification_center[1.7.0, ..., 1.7.1] require codefog/contao-haste ^5.0 -> found codefog/contao-haste[5.0.0, ..., 5.1.2] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires terminal42/notification_center ^1.7 -> satisfiable by terminal42/notification_center[1.7.0, 1.7.1].
[84.2MiB/8.57s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
[37.7MiB/8.59s] Memory usage: 37.74MB (peak: 188.54MB), time: 8.6s.
[37.7MiB/8.60s] Finished Composer Cloud resolving.
# Cloud Job ID S807Knc8gl7d6BAP5oCU2JCmHybpIBqw8tXDENMHCqRxg7PzzEvaZYapOmGkCT7LcD0LCScVLTTjUHC5JKlk3x1DCdpis failed
Edit:
Die Deinstallation von linking-you hat nichts gebracht.