Okay, die Doctrine-Anweisung ist entfernt.
Dies ist die composer.json, während das Update läuft. Das Setup scheitet ja, wenn er den Produktions-Cache aufwärmen will. Was heißt das genau?
Code:
{
"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": {
"bluebranch/bilder-alt": "^1.2",
"cgoit/calendar-extended-bundle": "^2.4",
"codefog/contao-social_images": "^4.1",
"contao-themes-net/mate-theme-bundle": "^3.5",
"contao-themes-net/theme-components-bundle": "^1.6",
"contao/calendar-bundle": "5.7.*",
"contao/comments-bundle": "5.7.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "5.7.*",
"contao/listing-bundle": "5.7.*",
"contao/manager-bundle": "5.7.*",
"contao/news-bundle": "5.7.*",
"cowegis/cowegis-contao-bundle": "^1.0",
"fritzmg/contao-backend-documentation": "^1.0",
"hofff/contao-content-navigation": "^2.0",
"jonnysp/pannorama": "^1.0",
"lukasbableck/contao-alt-editor-bundle": "^1.6",
"lukasbableck/contao-better-elementgroups-bundle": "^1.2",
"madeyourday/contao-rocksolid-frontend-helper": "^2.2",
"numero2/contao-proper-filenames": "^2.2",
"numero2/contao-structured-data": "^1.0",
"oveleon/contao-cookiebar": "^2.2",
"pdir/animated-timeline-bundle": "^1.3",
"pdir/contao-seo-plugin": "^1.0",
"pdir/social-feed-bundle": "^2.13",
"terminal42/contao-node": "^1.5",
"terminal42/contao-shortlink": "^1.5",
"w3scout/contao-compareimagesslider-bundle": "^1.0",
"w3scout/contao-youtubelitespeedembed-bundle": "^1.0"
},
"conflict": {
"contao-components/installer": "<1.3",
"kigkonsult/icalcreator": ">= 2.27",
"doctrine/doctrine-bundle": "<1.12.8"
},
"extra": {
"contao-component-dir": "assets",
"public-dir": "public"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"scripts": {
"post-install-cmd": [
"@php vendor/contao/manager-bundle/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/contao/manager-bundle/bin/contao-setup"
]
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true,
"contao-community-alliance/composer-plugin": true
},
"bin-dir": "vendor/contao/manager-bundle/bin"
}
}
In der Log Datei steht folgendes:
Code:
[2026-02-28T16:10:47.998777+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:10:48.017370+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:10:47 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:10:47 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:10:47 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:10:57.242575+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:10:57.259933+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:10:57 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:10:57 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:10:57 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:11:06.152916+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:11:06.169478+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:11:06 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:11:06 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:11:06 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:11:21.949784+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:11:21.967489+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:11:21 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:11:21 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:11:21 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:11:39.054186+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:11:39.071045+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:11:39 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:11:39 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:11:39 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:13:30.952540+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:13:30.968688+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:13:30 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:13:30 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:13:30 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:13:41.269056+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:13:41.286053+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:13:41 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:13:41 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:13:41 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:13:51.664253+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:13:51.681404+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:13:51 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:13:51 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:13:51 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:14:02.066634+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:14:02.084451+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:14:02 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:14:02 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:14:02 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
[2026-02-28T16:14:11.514458+01:00] console.CRITICAL: Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type. at /www/htdocs/w0191ed7/pzgrendiv6.de/dev.pzgrendiv6.de/vendor/symfony/config/Loader/Loader.php:67)","command":"cache:warmup --env=prod --no-ansi","message":"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type."} []
[2026-02-28T16:14:11.532432+01:00] console.CRITICAL: An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/xzy.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 16:14:11 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type." ["exception" => Symfony\Component\Config\Exception\LoaderLoadException { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Cannot load resource "../src/Controller". Make sure there is a loader supporting the "annotation" type."] In Loader.php line 67: Cannot load resource "../src/Controller". Make sure there is a loader suppo rting the "annotation" type. cache:warmup [--no-optional-warmers] " {"exception":"[object] (RuntimeException(code: 0): An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/xzy.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:14:11 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n at /www/htdocs/w0191ed7/xzy.de/vendor/contao/manager-bundle/src/Command/ContaoSetupCommand.php:156)","message":"An error occurred while executing the \"/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/w0191ed7/xzy.de/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi\" command: 16:14:11 CRITICAL [console] Error thrown while running command \"cache:warmup --env=prod --no-ansi\". Message: \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\" [\"exception\" => Symfony\\Component\\Config\\Exception\\LoaderLoadException { …},\"command\" => \"cache:warmup --env=prod --no-ansi\",\"message\" => \"Cannot load resource \"../src/Controller\". Make sure there is a loader supporting the \"annotation\" type.\"]\n\nIn Loader.php line 67:\n \n Cannot load resource \"../src/Controller\". Make sure there is a loader suppo \n rting the \"annotation\" type. \n \n\ncache:warmup [--no-optional-warmers]\n\n"} []
Worauf bezieht sich dieser annotation.Type?
Gehostet ist das ganze bei all-inkl.