Reputation: 73928
I have a PHP script which on Server A, process Mongo commands with no problem, on Server B, the same line of codegive me an error
The MongoCursor object has not been correctly initialized by its constructor
I suppose the problem is some Server configuration, as I have only FTP access to both servers, my questions:
Upvotes: 0
Views: 1978
Reputation: 11830
Refer this for mongo exception errors:-
http://php.net/manual/en/class.mongoexception.php
Upvotes: 1