Hallo zusammen,
seit dem Update auf den Manager 1.5.1 lässt sich der Cache nicht mehr erneuern. Folgende Fehlermeldung erhalte ich:
HTML-Code:
$ /opt/plesk/php/7.4/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /var/www/vhosts/.../contao/vendor/contao/manager-bundle/bin/contao-console cache:clear --env=prod --no-warmup
// Clearing the cache for the prod environment with debug
// false
[OK] Cache for the "prod" environment (debug=false) was successfully cleared.
# Process terminated with exit code 0
# Result: OK
$ /opt/plesk/php/7.4/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /var/www/vhosts/.../contao/vendor/contao/manager-bundle/bin/contao-console cache:warmup --env=prod
// Warming up the cache for the prod environment with debug
// false
17:24:16 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod". Message: "Class 'Doctrine\DBAL\Platforms\MySqlPlatform' not found" ["exception" => Error { …},"command" => "cache:warmup --env=prod","message" => "Class 'Doctrine\DBAL\Platforms\MySqlPlatform' not found"]
In tl_form_field.php line 331:
Attempted to load class "MySqlPlatform" from namespace "Doctrine\DBAL\Platf
orms".
Did you forget a "use" statement for another namespace?
cache:warmup [--no-optional-warmers]
# Process terminated with exit code 255
# Result: Unknown error
Ich habe eigentlich keine Eingriffe bei Contao vorgenommen.