dongzouh51192 2019-04-06 23:07
浏览 23

莫阿敏未能找到mongodb扩展

moadmin.php reports it can't access mongodb and that I must install the mongo extension for php. Moadmin version is 1.1.5 and github reports the latest edit was in 2017. The extension was installed on my ubuntu 18.04 lts server as instructed in php.net with the command:

pecl install mongo

However, the extension has been installed and phpinfo confirms it. I have also tested the extension with the code provided by php.net.

<?php
require 'vendor/autoload.php'; // include Composer's autoloader

$client = new MongoDB\Client("mongodb://localhost:27017");
$collection = $client->demo->beers;

$result = $collection->insertOne( [ 'name' => 'Hinterland', 'brewery' => 'BrewDog' ] );

echo "Inserted with Object ID '{$result->getInsertedId()}'";
?>

This test code resides in the same folder as moadmin.php and the Vork Enterprise Framework has likewise been installed in that folder.

I have also confirmed mongo is running on the server and can be accessed via

mongo

and reports

MongoDB shell version v3.6.3
connecting to: mongodb://127.0.0.1:27017
MongoDB server version: 3.6.3

I've also tried connecting with dbKoda but it reports

Error: All configured authentication methods failed

even though its URI is

mongodb://127.0.0.1:27017

Not sure where to go or what to try from here to get a working connection to mongo from my win10 machine. As I indicated the test code works in the browser on the win10 machine but not moadmin nor dbKoda.

Suggestions please?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 cgictest.cgi文件无法访问
    • ¥20 删除和修改功能无法调用
    • ¥15 kafka topic 所有分副本数修改
    • ¥15 小程序中fit格式等运动数据文件怎样实现可视化?(包含心率信息))
    • ¥15 如何利用mmdetection3d中的get_flops.py文件计算fcos3d方法的flops?
    • ¥40 串口调试助手打开串口后,keil5的代码就停止了
    • ¥15 电脑最近经常蓝屏,求大家看看哪的问题
    • ¥60 高价有偿求java辅导。工程量较大,价格你定,联系确定辅导后将采纳你的答案。希望能给出完整详细代码,并能解释回答我关于代码的疑问疑问,代码要求如下,联系我会发文档
    • ¥50 C++五子棋AI程序编写
    • ¥30 求安卓设备利用一个typeC接口,同时实现向pc一边投屏一边上传数据的解决方案。