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:
- Using phpinfo on Server A I cannot see asection dedicated to Mongo, how do I see if Mongo driver are up and running?
- Could you provide me more information about this specif error?