2016-02-24 13:42:05 -06:00
|
|
|
Firefly III ran into an error: {{ errorMessage }}.
|
|
|
|
|
|
|
|
The error was of type "{{ class }}".
|
|
|
|
|
|
|
|
The error occured on/at: {{ time }}.
|
2016-02-10 08:18:13 -06:00
|
|
|
|
|
|
|
This error occured in file "{{ file }}" on line {{ line }} with code {{ code }}.
|
|
|
|
|
2016-02-11 05:54:16 -06:00
|
|
|
{% if loggedIn %}
|
2016-08-26 20:50:35 -05: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 05:54:16 -06:00
|
|
|
{% endif %}
|
|
|
|
|
2016-02-11 07:13:23 -06:00
|
|
|
The IP address related to this error is: {{ ip }}
|
|
|
|
|
2016-02-10 08:18:13 -06: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:
|
|
|
|
|
|
|
|
https://github.com/JC5/firefly-iii/issues/new
|
|
|
|
|
|
|
|
The full stacktrace is below:
|
|
|
|
|
2016-02-10 09:01:18 -06:00
|
|
|
{{ stacktrace }}
|