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`

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:

Any suggestion where the issue could be ?
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`
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:

Any suggestion where the issue could be ?