Fatal error: Class 'Mongo' not found in C:\\Apache Software Foundation\Apache2.2\htdocs\sample\testdb.php

后端 未结 2 508
囚心锁ツ
囚心锁ツ 2021-01-28 03:39

Fatal error:

Class \'Mongo\' not found in C:\\Apache Software Foundation\\Apache2.2\\htdocs\\sample\\testdb.php

Can anyone help

2条回答
  •  一生所求
    2021-01-28 03:55

    Make sure you have the correct php driver installed.

    For example if "Thread Safety" is enabled in your php.ini, then make sure you have the "Thread-Safe Mongo Extension" installed and NOT the "Non-Thread-Safe" version.

提交回复
热议问题