Closed virtualize closed 9 years ago
While using the translatable in conjunction with FOSUserBundle I got this error (e.g. on app/console cache:clear)
app/console cache:clear
[InvalidArgumentException] Cannot adapt Doctrine driver of class Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
We have support for XML Drivers here, but it was not used in DoctrineAdapter. Could you please have a look at the proposed solution. Thanks.
Fixed in master with 8874a08. Thanks for the heads-up!
While using the translatable in conjunction with FOSUserBundle I got this error (e.g. on
app/console cache:clear
)We have support for XML Drivers here, but it was not used in DoctrineAdapter. Could you please have a look at the proposed solution. Thanks.