CodeIgniter Forums
Mongodb error in php 5 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Mongodb error in php 5 (/showthread.php?tid=74395)



Mongodb error in php 5 - omid_student - 09-18-2019

Hi
I try use mongodb library in codeigniter and it is working on localhost on php 7.3
but when i run it on my host with php 5.6,i have error
'Insert of data into MongoDB failed: No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on '185.88.179.86:27017']

While it is OK on localhost

I enabled Mongodb extension on host and not problem in extension
I use below library for codeigniter
https://github.com/intekhabrizvi/Codeigniter-mongo-library

Please help me