Skip to content

Web UI | Class 'MongoDB\Driver\Manager' not found #68

@ihabZhaika

Description

@ihabZhaika

Hey,
I have installed the MUD-Manager with the web GUI, everything went ok
now when i tried to run the GUI i get the following issue
`MUD Manager Configuration

This is the MUD Manager Configuration Screen. Click "edit" on those rows you wish to change.

Fatal error: Uncaught Error: Class 'MongoDB\Driver\Manager' not found in /home/tester/MUD-Manager/web/vendor/mongodb/mongodb/src/Client.php:87 Stack trace: #0 /home/tester/MUD-Manager/web/funcs.php(78): MongoDB\Client->__construct('mongodb://local...') #1 /home/tester/MUD-Manager/web/mud-home.php(26): init_database(NULL, NULL, NULL, NULL) #2 /home/tester/MUD-Manager/web/index.php(2): include('/home/tester/MU...') #3 {main} thrown in /home/tester/MUD-Manager/web/vendor/mongodb/mongodb/src/Client.php on line 87`

mud_gui_issue

I have installed the dependency with
/usr/bin/composer require mongodb/mongodb
in the directory of the web folder

the generated JSON file of the composer contains the following

{ "require": { "mongodb/mongodb": "^1.4" } }

The files in the web folder:
GUI_issue_mud

Any suggestion where the issue could be ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions