Home
last modified time | relevance | path

Searched refs:debugMsg (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php33 $this->debugMsg('PDO extension for PHP not found.', -1, __LINE__);
39 $this->debugMsg('No DSN specified', -1, __LINE__);
56 $this->debugMsg($e);
243 $this->debugMsg('Transaction rolled back', 0, __LINE__);
334 $this->debugMsg('Transaction rolled back', 0, __LINE__);
389 $this->debugMsg("list-users statement did not return 'user' attribute", -1, __LINE__);
395 $this->debugMsg("list-users statement did not return a list of result", -1, __LINE__);
421 $this->debugMsg("Statement did not return 'count' attribute", -1, __LINE__);
477 $this->debugMsg('Found more than one matching user', -1, __LINE__);
485 $this->debugMsg("Statemen
757 protected function debugMsg($message, $err = 0, $line = 0) global() function in auth_plugin_authpdo
[all...]