
Zitat von
zonky
wie sieht Deine composer.json aus und was ist zu sehen, wenn bei der Migration links auf das Dreieck geklickt wurde? Kannst Du Migration auch auf Konsole machen?
Auf Konsole mit -v bzw. -vvv mehr Ausgaben machen lassen.
Die Migration ist hier
https://github.com/MetaModels/core/b...oMigration.php
Kannst Du auf PHP 8.2 oder 8.3 wechseln? 8.1 ist schon arg alt.
btw: bin nur noch bis 14.15h da - ansonsten näWo oder jemand anderes hilft
Auf Konsole kann ich leider nicht zugreifen. Beim Klicken auf das kleine Dreieck wird nichts angezeigt.
composer.json wie folgt:
Code:
{
"type": "project",
"require": {
"contao/calendar-bundle": "4.13.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "4.13.*",
"contao/listing-bundle": "4.13.*",
"contao/manager-bundle": "4.13.*",
"contao/news-bundle": "4.13.*",
"contao/newsletter-bundle": "4.13.*",
"metamodels/core": "^2.3"
},
"extra": {
"public-dir": "public",
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}
Auf PHP 8.2 und 8.3. ebenfalls keine Migration.