Hello, I just tested today's code for personal use and just discovered I introduce a big bug when I make the MongoDB addons.
Actually, the function collectionNotExists wasn't working, and it was causing the plugin not to load when the collections already exist. This fix just adds an empty try-catch, catching the MongoCommandException thrown by Mongo.
Hello, I just tested today's code for personal use and just discovered I introduce a big bug when I make the MongoDB addons. Actually, the function collectionNotExists wasn't working, and it was causing the plugin not to load when the collections already exist. This fix just adds an empty try-catch, catching the MongoCommandException thrown by Mongo.
Tested the fix, and it's working.