第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

出現(xiàn)錯(cuò)誤“PHP 消息:PHP 致命錯(cuò)誤:未捕獲錯(cuò)誤:

出現(xiàn)錯(cuò)誤“PHP 消息:PHP 致命錯(cuò)誤:未捕獲錯(cuò)誤:

PHP
神不在的星期二 2023-04-15 20:22:03
我已經(jīng)在我的服務(wù)器上安裝了 MongoDB,我正在嘗試運(yùn)行這個(gè)腳本:<?php$client = new MongoClient();$collection = $client->cryptnote->storedMessages;function insertDocument($collection, $id, $telegramuser, $message) {    $doc = array(        "id" => $id,        "telegram" => $telegramuser,        "encrypted" => $message,    );    try {        $collection->insert($doc);    } catch(Exception $e) {        echo "Error" . $e;    }}function findDocument($collection, $id){    return $collection->findOne(["id" => $id]);}insertDocument($collection, "test123", "usertest", "message. test.");$query = findDocument($collection, "test123");echo "<pre>";var_dump($query);這是我得到的錯(cuò)誤: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Class 'MongoClient' not found in /var/www/html/dbtest.php:5我的 Apache 服務(wù)器使用/etc/php/7.3/fpm/php.ini根據(jù)phpinfo();.添加extension=mongodb.so到php.ini文件是沒有用的。
查看完整描述

1 回答

?
倚天杖

TA貢獻(xiàn)1828條經(jīng)驗(yàn) 獲得超3個(gè)贊

解決方案是重新啟動(dòng)php-fpm。

在我的例子中,我安裝了 PHP 7.3 版,所以我需要運(yùn)行這個(gè)命令: sudo service php7.3-fpm restart


查看完整回答
反對(duì) 回復(fù) 2023-04-15
  • 1 回答
  • 0 關(guān)注
  • 156 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)