Lines Matching refs:debugMsg
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__);
492 $this->debugMsg("Statement did not return 'clear' or 'hash' attribute", -1, __LINE__);
496 $this->debugMsg("Statement did not return 'name' attribute", -1, __LINE__);
500 $this->debugMsg("Statement did not return 'mail' attribute", -1, __LINE__);
557 … $this->debugMsg("No 'group' field returned in select-user-groups statement", -1, __LINE__);
563 … $this->debugMsg("select-user-groups statement did not return a list of result", -1, __LINE__);
588 … $this->debugMsg("No 'group' field returned from select-groups statement", -1, __LINE__);
597 … $this->debugMsg("select-groups statement did not return a list of result", -1, __LINE__);
655 $this->debugMsg('No SQL query given', -1, __LINE__);
704 $this->debugMsg($e, -1, $line);
705 $this->debugMsg("SQL: <pre>$dsql</pre>", -1, $line);
719 protected function debugMsg($message, $err = 0, $line = 0) function in auth_plugin_authpdo