Class 'MongoClient' not found

前端 未结 7 1893
灰色年华
灰色年华 2020-11-28 09:19

I\'m trying to make this code run:

tilbud; 

?>

Everytime I g

7条回答
  •  广开言路
    2020-11-28 09:47

    Getting the same error and now it's solved.
    I am using Linux Mint. To solve this issue I added extension=mongo.so in two directories:

    • /etc/php5/cli/php.ini
    • /etc/php5/apache2/php.ini

提交回复
热议问题