You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an entity with a bridge to a document is loaded from the database and gets persisted again the following error occurs:
Catchable Fatal Error: Object of class PHPCRProxies__CG__\Netvlies\Bundle\AcmeBundle\Document\TheaterShow could not be converted to string in /home/vagrant/vhosts/acme/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1199
The text was updated successfully, but these errors were encountered:
With the current architecture of the PHPCR ODM UnitOfWork you can't persist a document without updating the entity. It would be if we'd use the preFlush event. I'll look into it to find out if that's an option,
When an entity with a bridge to a document is loaded from the database and gets persisted again the following error occurs:
Catchable Fatal Error: Object of class PHPCRProxies__CG__\Netvlies\Bundle\AcmeBundle\Document\TheaterShow could not be converted to string in /home/vagrant/vhosts/acme/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1199
The text was updated successfully, but these errors were encountered: