Hallo.
Ich wollte in meiner Test-Instanz eine Version 5.3 auf 5.7 updaten. Leider komme ich immer zu folgender Fehlermeldung, wenn der Composer installieren will (der Testdurchlauf klappt). Mir ist aber nicht klar, woher der Fehler kommt. Eine Extension kann es nicht mehr sein :(
Code:18:23:14 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]
18:23:14 CRITICAL [console] An error occurred while using the console. Message: "An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/xzy/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 18:23:14 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" => RuntimeException { …},"message" => """ An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /www/htdocs/xzy/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 18:23:14 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 \n In 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 \n cache:warmup [--no-optional-warmers]\n \n """]
In ContaoSetupCommand.php line 156:
An error occurred while executing the "/usr/bin/php84 -dmemory_limit=-1 /ww
w/htdocs/xzy/vendor/contao/manager-bun
dle/bin/contao-console cache:warmup --env=prod --no-ansi" command: 18:23:14
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" => S
ymfony\Component\Config\Exception\LoaderLoadException { …},"command" => "ca
che: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 sup
po
rting the "annotation" type.
cache:warmup [--no-optional-warmers]
contao:setup
Script @php vendor/contao/manager-bundle/bin/contao-setup handling the post-install-cmd event returned with error code 1
# Process terminated with exit code 1
# Result: General error
Ich wäre für einen Tipp super dankbar!
