-
Notifications
You must be signed in to change notification settings - Fork 407
rockmongo php deprecated and php warning #95
Comments
in current git version file "RQuery.php" have only 327 lines :s |
there's still many PHP Deprecated in error logs,just like these: |
Vote on this issue please #133 |
after i add data to mongo db using insert option in rockmongo following php deperecated and php warning appeared in php error log.
[27-Oct-2014 09:18:02 UTC] PHP Deprecated: MongoCollection::insert(): The 'safe' option is deprecated, please use 'w' instead in /var/www/rockmongo/app/lib/mongo/RQuery.php on line 504
[27-Oct-2014 09:18:02 UTC] PHP Warning: MongoCollection::insert(): Using w=1 rather than w=0 as suggested by deprecated 'safe' value in /var/www/rockmongo/app/lib/mongo/RQuery.php on line 504
The text was updated successfully, but these errors were encountered: