2017-11-01 20:23:28 +01:00
<html>
<head>
<title>Debug page</title>
</head>
<body>
2017-11-03 10:28:45 +01:00
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;">
If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new
2018-01-12 18:42:48 +01:00
or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can
2017-11-03 10:28:45 +01:00
be used to quickly diagnose your problem.
2017-11-01 20:23:28 +01:00
</p>
2019-10-02 07:00:58 +02:00
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;">
<strong>If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.</strong>
</p>
2017-11-03 10:28:45 +01:00
<textarea rows="30" cols="100" name="debug_info" style="font-family:Menlo, Monaco, Consolas, monospace;font-size:8pt;">
2017-11-01 20:23:28 +01:00
Debug information generated at {{ now }} for Firefly III version ** {{ F F _VERSION }} **.
2020-05-26 06:28:42 +02:00
| Scope | Version |
| --- | --- |
| Firefly III | {{ F F _VERSION }} |
| Firefly III API | {{ config ( 'firefly.api_version' ) }} |
| PHP | {{ phpVersion }} |
| Host | {{ phpOs }} |
| System info | Value |
2017-11-01 20:23:28 +01:00
| --- | --- |
2020-02-23 06:36:58 +01:00
| Installation ID | {{ installationId }} |
2020-05-26 06:28:42 +02:00
| Using docker? | {% if isDocker %} true {% else %} false {% endif %} |
| Telemetry | {% if telemetry %} true {% else %} false {% endif %} |
2018-01-01 15:33:24 +01:00
| App environment | {{ appEnv }} |
| App debug mode | {{ appDebug }} |
2018-01-06 09:33:06 +01:00
| App cache driver | {{ cacheDriver }} |
2018-08-17 20:01:46 +02:00
| App logging | {{ appLogLevel }} , {{ logChannel }} |
2018-01-01 15:33:24 +01:00
| Display errors | {{ displayErrors }} |
| Error reporting | {{ errorReporting }} |
2017-11-03 10:28:45 +01:00
| Interface | {{ interface }} |
2020-05-26 06:28:42 +02:00
| Default language | {{ defaultLanguage }} |
| Default locale | {{ defaultLocale }} |
2017-11-01 20:23:28 +01:00
| DB drivers | {{ drivers }} |
| Current driver | {{ currentDriver }} |
2018-11-02 21:17:07 +01:00
| Login provider | {{ loginProvider }} |
2017-11-08 08:23:58 +01:00
| Trusted proxies (.env) | {{ trustedProxies }} |
2020-05-26 06:28:42 +02:00
| User info | Value |
| --- | --- |
| Session start | {{ session ( 'start' ) }} |
| Session end | {{ session ( 'end' ) }} |
| Session first | {{ session ( 'first' ) }} |
| User ID | {{ A uth .user .id }} |
| User language | {{ userLanguage }} |
| User locale | {{ userLocale }} |
{% for code , result in localeAttempts %}
| Attempt at " {{ code }} " | {{ result }} |
{% endfor %}
2017-11-03 10:28:45 +01:00
| User agent | {{ userAgent }} |
</textarea>
2017-11-24 21:51:31 +01:00
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;color:#a00;">
<a href=" {{ route ( 'index' ) }} ">Back to the index</a>
</p>
2017-11-03 10:28:45 +01:00
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;color:#a00;">
You may also share the content of the box below. You can also copy-and-paste this into a new
2018-01-12 18:42:48 +01:00
or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this
2017-11-03 10:28:45 +01:00
box may contain private information such as account names, transaction details or email addresses.
</p>
<textarea rows="30" cols="100" name="log_info" style="font-family:Menlo, Monaco, Consolas, monospace;font-size:7pt;">
```
{{ logContent }}
```
2017-11-01 20:23:28 +01:00
</textarea>
2017-11-24 21:51:31 +01:00
<p style="font-family:Arial, Arial, Helvetica, sans-serif;font-size:12pt;width:600px;color:#a00;">
<a href=" {{ route ( 'index' ) }} ">Back to the index</a>
</p>
2017-11-01 20:23:28 +01:00
</body>
2017-11-08 09:05:10 +01:00
</html>