2016-11-22 21:21:11 +01:00
|
|
|
{% include 'emails.header-text' %}
|
2017-03-21 06:28:06 +01:00
|
|
|
Firefly III v{{ version }} ran into an error: {{ errorMessage }}.
|
2016-02-24 20:42:05 +01:00
|
|
|
|
|
|
|
The error was of type "{{ class }}".
|
|
|
|
|
|
|
|
The error occured on/at: {{ time }}.
|
2016-02-10 15:18:13 +01:00
|
|
|
|
|
|
|
This error occured in file "{{ file }}" on line {{ line }} with code {{ code }}.
|
|
|
|
|
2016-02-11 12:54:16 +01:00
|
|
|
{% if loggedIn %}
|
2016-08-27 03:50:35 +02:00
|
|
|
The error was encountered by user #{{ user.id }}, {{ user.email }}.
|
|
|
|
{% else %}
|
|
|
|
There was no user logged in for this error or no user was detected.
|
2016-02-11 12:54:16 +01:00
|
|
|
{% endif %}
|
|
|
|
|
2016-02-11 14:13:23 +01:00
|
|
|
The IP address related to this error is: {{ ip }}
|
|
|
|
|
2016-02-10 15:18:13 +01:00
|
|
|
The full stacktrace is below. If you think this is a bug in Firefly III, you
|
|
|
|
can forward this message to thegrumpydictator@gmail.com. This can help fix
|
|
|
|
the bug you just encountered.
|
|
|
|
|
|
|
|
If you prefer, you can also open a new issue here:
|
|
|
|
|
2017-02-05 18:50:19 +01:00
|
|
|
https://github.com/firefly-iii/firefly-iii/issues
|
2016-02-10 15:18:13 +01:00
|
|
|
|
|
|
|
The full stacktrace is below:
|
|
|
|
|
2016-12-22 16:55:27 +01:00
|
|
|
{{ stackTrace }}
|
2016-12-22 19:42:45 +01:00
|
|
|
{% include 'emails.footer-text' %}
|