It is a mongo client - RockMongo error.
To remove the error, open file index.php in the directory rockmongo and comment the line
The default username and password is admin
You may find some deprecated error here but you can use the RockMongo without fatal error.
To remove the error, open file index.php in the directory rockmongo and comment the line
ini_set("mongo.native_long", 1);
Make it two forward slashes at the starting of the line to comment it out.// ini_set("mongo.native_long", 1);
Now try again.The default username and password is admin
You may find some deprecated error here but you can use the RockMongo without fatal error.