GibboK
GibboK

Reputation: 73928

The MongoCursor object has not been correctly initialized by its constructor

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

Answers (1)

chandresh_cool
chandresh_cool

Reputation: 11830

Refer this for mongo exception errors:-

http://php.net/manual/en/class.mongoexception.php

Upvotes: 1

Related Questions