musacivak / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

Transfer to/from Remote DB #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edit config.php to add a new Server, using commented-out template.
2. Open rockmongo, select a DB.
3. Click the "Transfer" link at the top of the main page.
4. Select the server that I set up in config file.
5. Click Transfer.

What is the expected output?
A change in either my local or the target server.

What do you see instead?
A blank page.  No change in either database.

RockMongo Version (1.0.12.1)

Operation System (Windows 7 Pro)

PHP Version (5.3.5)

php_mongo Version (1.1.4)

MongoDB version (1.6.5)

Please provide any additional information below.
To me, this doesn't count as a bug, because I am likely just not using the 
software correctly. But I don't know how or where to put this so others can see 
the solution. 

Original issue reported on code.google.com by Robot...@gmail.com on 11 Apr 2011 at 7:17

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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