All Questions
3 questions
0
votes
0
answers
134
views
PHP MongoDB Error -OpenShift
Edit: I'm trying to connect via OpenShift.
Edit 2:
I've tried using "$con = new MongoClient();" with and without the $_ENV. Both return the same error.
I'm trying to connect to MongoDB using a PHP ...
1
vote
0
answers
309
views
Node cartridge connection error with Mongodb cartridge in openshift
I tried a lot but am not able to get node to connect to Mongo in a simple mean app in the openshift node cartridge talking to the mongo cartridge. All goes fine but the application errors out (service ...
0
votes
1
answer
966
views
Openshift mongodb url
I'm getting the following error:
Uncaught exception 'MongoConnectionException'
with message
'Failed to connect to: :0: Connection refused'
When I use the url given by openshift:
$m =new ...