0

How to fix this issue that I have it

MongoDB\Driver\Exception\ConnectionTimeoutException: No suitable servers found (serverSelectionTryOnce set): [connection timeout calling ismaster on '10.0.0.106:27017']

Masivuye Cokile
  • 4,754
  • 3
  • 19
  • 34
flower
  • 989
  • 4
  • 16
  • 34

1 Answers1

0

Update your mongodb-php drive.It may solve your problem. For windows visit https://windows.php.net/downloads/pecl/releases/mongodb/

mtabbasi
  • 96
  • 1
  • 5
  • 1
    Tell us why you think this might help? Seems like OP has issues with connection and problem might be in different places. – Jakub Apr 29 '20 at 11:22
  • It might be from another places.It might be from driver incompatibility too .see [Driver Compatibility-MongoDB Drivers](https://docs.mongodb.com/drivers/driver-compatibility-reference?_ga=2.210371221.1827438998.1511032572-19439424.1507887238#reference-compatibility-mongodb-php) – mtabbasi Apr 29 '20 at 14:06