Hi friend,

I have built up my application on Symfony2 which is used MongoDBBundle.

It works as well on localhost. But I meets a big problem that, 
MongoDBBundle can not query Image file this way:
$image = $dm->getRepository('
VietlandAdsBundle:Image')->findOneBy(array('userid' => $userId, 'name' => 
$imageInfo->name));

Server is dead right after, both Nginx(www.vps.net) and Apache(on 
JoyentCloud).
Otherwise, a post within an ReferenceMany=Images is unable to load images 
by getting $this->images.
It's also dead as same as the query above.

What's the problem right here?
Regards.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to