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);
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("Statement did not return 'user' attribute", -1, __LINE__);
489 $this->debugMsg("Statement did not return 'clear' or 'hash' attribute", -1, __LINE__);
493 $this->debugMsg("Statement did not return 'name' attribute", -1, __LINE__);
497 $this->debugMsg("Statement did not return 'mail' attribute", -1, __LINE__);
554 $this->debugMsg("No 'group' field returned in select-user-groups statement", -1, __LINE__);
560 $this->debugMsg("select-user-groups statement did not return a list of result", -1, __LINE__);
585 $this->debugMsg("No 'group' field returned from select-groups statement", -1, __LINE__);
594 $this->debugMsg("select-groups statement did not return a list of result", -1, __LINE__);
652 $this->debugMsg('No SQL query given', -1, __LINE__);
701 $this->debugMsg($e, -1, $line);
702 $this->debugMsg("SQL: <pre>$dsql</pre>", -1, $line);
716 protected function debugMsg($message, $err = 0, $line = 0)