Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The exception:

"The class 'stdClass' was not found in the chain configured namespaces test\UserBundle\Document, test\SignUpBundle\Document"

is thrown from CollectionPersister class:

"Warning: array_map(): An error occurred while invoking the map callback in ...\Symfony\vendor\doctrine\mongodb-odm\lib\Doctrine\ODM\MongoDB\Persisters\CollectionPersister.php on line 226"

why doctrine does not see stdClass ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.