The Symfony bundle "haste" does not exist
Hallo zusammen,
in meiner Installation ist anscheindend der Wurm drin.
Jetzt kriege ich den Fehler:
Code:
LogicException
HTTP 500 Internal Server Error
The Symfony bundle "haste" does not exist.
codefog/contao-haste ist auch gar nicht mehr per Manager unter Entdecken zu finden komischerweise.
Auf packagist schon:
https://packagist.org/packages/codefog/contao-haste
Kann ich das einfach über ssh per require nachinstallieren?
Meine composer.json sieht zur Zeit so aus:
Code:
{
"type": "project",
"require": {
"christianbarkowsky/contao-tiny-compress-images": "^1.0",
"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.*",
"hofff/contao-calendarfield": "^3.0",
"jrgregory/m17-sticky-backend-footer": "^2.0",
"madeyourday/contao-rocksolid-custom-elements": "^2.2",
"madeyourday/contao-rocksolid-frontend-helper": "^2.0",
"oveleon/contao-cookiebar": "^1.4",
"sineos/filemanager-bundle": "^1.0",
"terminal42/contao-ajaxform": "^1.1",
"terminal42/contao-leads": "^1.4",
"terminal42/contao-mp_forms": "^3.0",
"terminal42/notification_center": "^1.5"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}
Viele Grüße,
conter