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
I recently started using the ContactBundle. Worked fine until I added a config for doctrine_mongodb: alongside doctrine:
Notice: Undefined index: IHQS\ContactBundle\Document\Contact in vendor\doctrine-mongodb-odm\lib\Doctrine\ODM\MongoDB\Mapping\Driver\AbstractFileDriver.php line 116
We are using both MySQL as well as Mongo.
Seems like the bundle is trying to use Mongo even though I am not using a database connector.
Is there any fix but deleting the documents folder locally?
*Edit
Not deleting, worked again for me when i switched off auto_mapping for mongodb in config.yml.. still need to investigate why errors are thrown when mapping is active.
I recently started using the ContactBundle. Worked fine until I added a config for doctrine_mongodb: alongside doctrine:
We are using both MySQL as well as Mongo.
Seems like the bundle is trying to use Mongo even though I am not using a database connector.
Apologies for the newbie-ish question.
The text was updated successfully, but these errors were encountered: