/plugin/evesso/classes/ |
H A D | AbstractAdapter.php | 142 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 165 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 187 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/struct/syntax/ |
H A D | value.php | 76 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 116 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
H A D | cloud.php | 73 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 104 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
H A D | list.php | 77 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 125 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
H A D | table.php | 77 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 123 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/structat/syntax/ |
H A D | table.php | 85 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 122 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/bez/syntax/ |
H A D | struct.php | 67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/structtemplate/meta/ |
H A D | StructTemplateSyntax.php | 109 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1); 162 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/struct/action/ |
H A D | ajax.php | 46 $result['stacktrace'] = $e->getTraceAsString();
|
/plugin/issuelinks/helper/ |
H A D | util.php | 77 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/structgroupby/syntax/ |
H A D | one.php | 88 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
|
/plugin/oauth/ |
H A D | helper.php | 130 $msg .= hsc($e->getTraceAsString());
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Consistency.php | 294 public function getTraceAsString(); function
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | MongoDBFormatter.php | 122 $formattedException['trace'] = $exception->getTraceAsString();
|
H A D | LineFormatter.php | 212 $str .= "\n[stacktrace]\n" . $e->getTraceAsString() . "\n";
|
/plugin/sentry/ |
H A D | helper.php | 132 $html .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
|
/plugin/prosemirror/action/ |
H A D | ajax.php | 174 $errorMsg .= '<pre>' . $e->getTraceAsString() . '</pre>';
|
/plugin/gtime/action/ |
H A D | timestamp.php | 76 error_log($exception->getTraceAsString());
|
/plugin/fetchmedia/action/ |
H A D | ajax.php | 55 $result['stacktrace'] = $e->getTraceAsString();
|
/plugin/watchcycle/ |
H A D | action.php | 212 $result['stacktrace'] = $e->getTraceAsString();
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 285 … $error->appendChild($DOM->createElement('s:stacktrace', $h($e->getTraceAsString()))); 297 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 279 … $error->appendChild($DOM->createElement('s:stacktrace', $h($e->getTraceAsString()))); 291 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
|
/plugin/etherpadlite/action/ |
H A D | etherpadlite.php | 98 … => "Server-Fehler (Pad-Plugin): ".$e->getMessage(), "trace" => $e->getTraceAsString(), "url" => $…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ |
H A D | Connection.php | 713 $this->log->error($exception->getTraceAsString());
|