Searched refs:debugMsg (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 33 $this->debugMsg('PDO extension for PHP not found.', -1, __LINE__); 39 $this->debugMsg('No DSN specified', -1, __LINE__); 56 $this->debugMsg($e); 246 $this->debugMsg('Transaction rolled back', 0, __LINE__); 337 $this->debugMsg('Transaction rolled back', 0, __LINE__); 392 … $this->debugMsg("list-users statement did not return 'user' attribute", -1, __LINE__); 398 $this->debugMsg("list-users statement did not return a list of result", -1, __LINE__); 424 $this->debugMsg("Statement did not return 'count' attribute", -1, __LINE__); 480 $this->debugMsg('Found more than one matching user', -1, __LINE__); 488 $this->debugMsg("Statement did not return 'user' attribute", -1, __LINE__); [all …]
|