-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | - |
RFC? | no |
Symfony version | 3.4.2 |
This is related to #24885.
Fatal Compile Error: require(): Failed opening required '/.../cache/prod/Container3no4t0t/getSwiftmailer_EmailSender_ListenerService.php' (include_path='.:/usr/share/php')
I run a couple commands during deployment, clear cache, warm cache, other commands, and always get a Fatal Compile Error after the cache warmup:
php bin/console cache:clear --no-warmup --env=prod
php bin/console cache:warmup --env=prod
php bin/console rabbitmq-supervisor:rebuild -vv --no-interaction --env=prod
fancyweb, AntoineLemaire, Gemorroj, covex-nn, mrardon and 1 more