sokil/php-mongo

Uncaught Error: Class '\MongoCollection' not found

zhaoxiong123 opened this issue · 2 comments

PHP Fatal error: Uncaught Error: Class '\MongoCollection' not found

My php env is right , but the error always ~

sokil commented

Which PHP version do you use? What MondoDB extension do you use?

If you use PHP >= 7.0 and https://pecl.php.net/package/mongodb as driver, you need to install compatibility layer:

composer require alcaeus/mongo-php-adapter

If you use PHP < 7.0 and https://pecl.php.net/package/mongo - show you steps to reproduce.

oh, yes, i was fixed. thanks