Fatal error: Class 'MongoDB\Driver\Manager' not found

后端 未结 7 838
攒了一身酷
攒了一身酷 2020-12-01 18:52

I want to use the MongoDB Driver, but it throw me an error, when i use it:

$mongo = new MongoDB\\Driver\\Manager(\"mongodb://localhost:27017\");
7条回答
  •  温柔的废话
    2020-12-01 19:47

    For me, I forgot to add extension=mongodb.so to the php.ini for FPM (FastCGI Process Manager). On Ubuntu 16.04 this was at:

    /etc/php/7.0/fpm/php.ini

    For what it's worth I'm using nginx.

提交回复
热议问题