baley78666
Member
- Jan 29, 2021
- 70
- 16
- 8
i love youOpen db query file and search for mondodb
There you will find true make that false.
assets/library/class.dbquery.php
Line no. 619
Have to change on this
(strtoupper(ENABLE_MONGO_CONNECTION) != "YES")
After change
(strtoupper(ENABLE_MONGO_CONNECTION) != "NO")