Hallo,
ich habe das neueste Update auf contao 4.95 laufen + php 7.2
wenn ich nun im CM den cache leeren möchte oder ein Modul installieren, bekomme ich immerwieder diese Fehlermeldung:
Ich habe bereits per ftp alle caches gelöscht, hat nichts gebracht.Code:PHP Fatal error: Uncaught Error: Class 'Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain' not found in /var/customers/webs/idd53/bad/var/cache/prod/ContainerJc5B9aT/getDoctrine_Orm_DefaultEntityManagerService.php:51
meine Composer.json sieht so aus:
im Debug Modus im FE kommt noch folgender Hinweis:Code:{ "type": "project", "require": { "christianbarkowsky/contao-tiny-compress-images": "^1.0", "con4gis/reservation": "^1.0", "contao-themes-net/material-icons-inserttag": "^1.0", "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-formtools": "^3.0", "inspiredminds/contao-extended-form-fields": "^1.3", "inspiredminds/contao-news-facebook": "^6.0", "pdir/social-feed-bundle": "^2.5", "premium-contao-themes/pct_theme_installer": "^1.4", "terminal42/contao-ajaxform": "^1.1" }, "extra": { "contao-component-dir": "assets" }, "scripts": { "post-install-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ], "post-update-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ] }, "repositories": [ { "type": "composer", "url": "https://token:<private-token>@packdis.inspiredminds.at/r" } ]
Ich hoffe mir kann jemand "schnell" helfen!Code:Attempted to load class "MappingDriverChain" from namespace "Doctrine\Common\Persistence\Mapping\Driver". Did you forget a "use" statement for "Doctrine\Persistence\Mapping\Driver\MappingDriverChain"?

Zitieren

