You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2020. It is now read-only.
Line 30 of MongoDbConnection: $this->_dbConnection->$db->authenticate($this->_user, $this->_password);
Should be: $this->_dbConnection->db->authenticate($this->_user, $this->_password);
Line 30 of MongoDbConnection:
$this->_dbConnection->$db->authenticate($this->_user, $this->_password);Should be:
$this->_dbConnection->db->authenticate($this->_user, $this->_password);PHP: 5.3.3-7
Yii: 1.1.8
Am I right, or am I missing something?
Best regards,
Niels