MoaDB icon indicating copy to clipboard operation
MoaDB copied to clipboard

The Ultimate Open Source Web-MongoDB UI

Results 5 MoaDB issues
Sort by recently updated
recently updated
newest added

In resources/js/main.js, there is inline PHP code which builds the URL to query for the sorting and search functions. This PHP is not executed, and the value of build_query should...

Mongo extension is deprecated Instead, the MongoDB extension should be used. Please add support to MongoDB extension.

PHP Parse error: syntax error, unexpected end of file in /var/www/html/moaDB/index.php on line 593 on PHP 5.6.26-1+deb.sury.org~xenial+1

There's no default 'admin' db on my system, for whatever reason. So the script fails. It's easy enough to replace the default db to something I know exists on the...

enhancement
contribute

I installed moaDB on a fresh Debian system with a fresh mongodb install, not configured. Constructor of controller class is doing a redirect loop on line 51 of file moaDB/resources/php/controller.php...

bug