Hallo zusammen,
Contao 4.9.16, PHP 8.1
Wir wollen von der 4.9 (über die 4.13 usw) auf Contao 5.7 updaten.
Wollte zuerst ein Datenbank Backup machen. Backup lässt sich aber nicht ausführen - folgende Fehlermeldung:
Dachte mir dann, vielleicht backupDB (Version 1.4.2) updaten, was leider auch fehlschlägt:Code:Internal Server Error Non-static method Softleister\BackupDB\BackupDbRun::run() cannot be called statically
Folgendes steht noch in der composer.jsonCode:> Resolving dependencies using Composer Cloud v3.9.3 [6.8MiB/0.24s] Loading composer repositories with package information [84.4MiB/17.24s] Updating dependencies [100.5MiB/17.58s] Your requirements could not be resolved to an installable set of packages. [100.5MiB/17.58s] Problem 1 - contao/manager-bundle is locked to version 4.9.16 and an update of this package was not requested. - contao/manager-bundle 4.9.16 requires symfony/proxy-manager-bridge 4.4.* -> satisfiable by symfony/proxy-manager-bridge[v4.4.25]. - friendsofphp/proxy-manager-lts v1.0.5 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[3.4.1]. - laminas/laminas-code 3.4.1 requires php ^7.1 -> your php version (8.1.32.0) does not satisfy that requirement. - symfony/proxy-manager-bridge v4.4.25 requires friendsofphp/proxy-manager-lts ^1.0.2 -> satisfiable by friendsofphp/proxy-manager-lts[v1.0.5]. [100.5MiB/17.58s] <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> [57.3MiB/17.62s] Memory usage: 57.25MB (peak: 206.66MB), time: 17.63s. [57.3MiB/17.62s] Finished Composer Cloud resolving. # Cloud Job ID z2bT336RgAHrW6dMHJStGu4eTRg6w92nmJK4OVTdtpbetAnOSHZtxYEJe1YPE3GCFocIYhHFBmjRVDm7LyDjWjnuxpszCOPjbFX5EW8zw8stVH3ZpTWdQ failed
Hier hab ich manuell folgendes ursprüngliche ausgebessert, was aber eben auch nicht geholfen hatCode:{ "name": "contao/managed-edition", "type": "project", "description": "Contao Open Source CMS", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "require": { "php": "^8.1", "christianbarkowsky/rel-canonical": "^3.3", "codefog/contao-mobile_menu": "^2.7", "contao/calendar-bundle": "4.9.*", "contao/comments-bundle": "4.9.*", "contao/conflicts": "*@dev", "contao/faq-bundle": "4.9.*", "contao/listing-bundle": "4.9.*", "contao/manager-bundle": "4.9.*", "contao/news-bundle": "4.9.*", "contao/newsletter-bundle": "4.9.*", "do-while/contao-backupdb-bundle": "^1.6", "erdmannfreunde/euf_overlay": "^1.3", "madeyourday/contao-rocksolid-columns": "^2.0", "madeyourday/contao-rocksolid-custom-elements": "^2.2", "madeyourday/contao-rocksolid-slider": "^2.0", "netzmacht/contao-font-awesome-inserttag": "^2.0", "oveleon/contao-cookiebar": "^1.8" }, "conflict": { "contao-components/installer": "<1.3" }, "require-dev": { "sensiolabs/security-checker": "^4.1" }, "extra": { "branch-alias": { "dev-4.6": "4.6.x-dev" }, "contao-component-dir": "assets" }, "autoload": { "psr-4": { "App\\": "src/" } }, "scripts": { "post-install-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ], "post-update-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ] } }
"php": "^7.1",
"do-while/contao-backupdb-bundle": "^1.3",
Bitte um Hilfestellung! Danke...

Zitieren

