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 }} **.
| Variable | Content |
| --- | --- |
| FF version | {{ F F _VERSION }} |
2018-03-04 09:12:47 +01:00
| FF API version | {{ config ( 'firefly.api_version' ) }} |
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 }} |
2017-11-01 20:23:28 +01:00
| PHP version | {{ phpVersion }} |
2018-01-01 15:33:24 +01:00
| Display errors | {{ displayErrors }} |
2018-02-01 16:58:47 +01:00
| Session start | {{ session ( 'start' ) }} |
| Session end | {{ session ( 'end' ) }} |
| Session first | {{ session ( 'first' ) }} |
2018-01-01 15:33:24 +01:00
| Error reporting | {{ errorReporting }} |
2017-11-03 10:28:45 +01:00
| Host | {{ phpOs }} |
| Interface | {{ interface }} |
2017-11-01 20:23:28 +01:00
| UserID | {{ A uth .user .id }} |
2018-03-10 07:17:23 +01:00
{% for code , result in localeAttempts %}
| Attempt at " {{ code }} " | {{ result }} |
{% endfor %}
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-01 20:23:28 +01:00
| Using Sandstorm? | {% if S A N D S T O R M == true %} yes {% else %} no {% endif %} |
{% if S A N D S T O R M == true %} | Sandstorm anon? | {% if S A N D S T O R M _ANON == true %} yes {% else %} no {% endif %} | {% endif %}
2017-11-08 08:23:58 +01:00
| Is Sandstorm (.env) | {{ isSandstorm }} |
2018-06-01 22:04:52 +02:00
| bunq uses sandbox | {{ toSandbox }} |
2017-11-08 08:23:58 +01:00
| Trusted proxies (.env) | {{ trustedProxies }} |
2017-11-03 10:28:45 +01:00
| User agent | {{ userAgent }} |
2018-01-01 15:33:24 +01:00
| Loaded extensions | {{ extensions }} |
2017-11-03 10:28:45 +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-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>