Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | yes |
RFC? | no |
Symfony version | 3.4.0 BETA4 |
Hello everyone,
after upgrading my project from Symfony 3.4.0 BETA 2 to 3.4.0 BETA4 I get the following exception in every request and every cli command:
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the symfon
y-scripts event terminated with an exception
[RuntimeException]
An error occurred when executing the ""cache:clear --no-warmup"" command:
In ORMException.php line 38:
It's a requirement to specify a Metadata Driver and pass it to Doctrine\ORM\Configurati
on
::setMetadataDriverImpl().
Is this a know issue and if yes, is there a work around yet?
You can find the code here: https://github.com/DerKnerd/Jinya-Gallery-CMS
Greetings Knerd