Open GoogleCodeExporter opened 8 years ago
Thank you for feedback, we will check it later.
Original comment by iwind....@gmail.com
on 12 Apr 2011 at 5:16
Would you please send me PHP error logs?
And transfer to a authenticated mongo server is not supported yet.
Original comment by iwind....@gmail.com
on 15 Apr 2011 at 3:32
Hi,
I'm also having trouble at this point, I see the following error msg
"unknown error" (in red, on top)
I found a problem here (MServer.php):
Line 238: return $this->_mongoUser . ":" . >>> $user->_mongoPass <<< . "@" .
$host;
Change by this (MServer.php):
Line 238: return $this->_mongoUser . ":" . >>> $this->_mongoPass <<< . "@" .
$host;
I have already changed that, and the error continues!
Hope this helps!
Raphael Vieira
Original comment by rovie...@gmail.com
on 30 Apr 2011 at 1:03
Clone collection does not allow for cloning of data requiring authentication.
https://jira.mongodb.org/browse/SERVER-2931
Original comment by iwind....@gmail.com
on 30 Apr 2011 at 11:45
Original issue reported on code.google.com by
Robot...@gmail.com
on 11 Apr 2011 at 7:17