Das Bundle benutze ich auch. Habe jetzt nochmal deinstalliert und installiert. Immerhin ist die rote Warnmeldung im Backend weg.
Leider hat sich der Fehlermeldung im var/logs nichts getan. Hier wird immer noch die Helper-Funktion angemeckert.
BE läuft. FE leider nicht.
Hier die composer.json:
Code:
{
"type": "project",
"require": {
"bugbuster/contao-visitors-bundle": "^1.6",
"contao-bootstrap/bundle": "^2.1",
"contao/calendar-bundle": "4.10.*",
"contao/comments-bundle": "4.10.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "4.10.*",
"contao/listing-bundle": "4.10.*",
"contao/manager-bundle": "4.10.*",
"contao/news-bundle": "4.10.*",
"contao/newsletter-bundle": "4.10.*",
"craffft/contao-calendar-ical-bundle": "^4.2",
"do-while/contao-backupdb-bundle": "^1.4",
"do-while/contao-ce_be_remarks": "^1.1",
"heimrichhannot/dlh_googlemaps": "^2.3",
"jrgregory/m17-sticky-backend-footer": "^2.0",
"kmielke/calendar-extended-bundle": "^1.0",
"ma3xl3/contao-easy-favicon": "^2.0",
"martin-kozianka/contao-fullcalendar": "^5.1",
"netzmacht/contao-font-awesome": "^4.7",
"netzmacht/contao-font-awesome-inserttag": "^2.0",
"netzmacht/contao-iconwizard": "^1.2",
"terminal42/contao-easy_themes": "^2.2",
"terminal42/contao-leads": "^1.4"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}
Gibt es vllt eine To.Do.Liste, die ich bisher nicht gefunden habe, die sich mit einer Migration Contao 3.5 mit Bootstrap nach Contao 4.9/10 mit Bootstrap beschäftigt?