mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			906 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			906 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| {% include 'emails.header-text' %}
 | |
| Firefly III v{{ version }} ran into an error: {{ errorMessage }}.
 | |
| 
 | |
| The error was of type "{{ class }}".
 | |
| 
 | |
| The error occured on/at: {{ time }}.
 | |
| 
 | |
| This error occured in file "{{ file }}" on line {{ line }} with code {{ code }}.
 | |
| 
 | |
| {% if loggedIn %}
 | |
|     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.
 | |
| {% endif %}
 | |
| 
 | |
| The IP address related to this error is: {{ ip }}
 | |
| URL is: {{ url }}
 | |
| User agent: {{ userAgent }}
 | |
| 
 | |
| The full stacktrace is below. If you think this is a bug in Firefly III, you
 | |
| can forward this message to james@firefly-iii.org. This can help fix
 | |
| the bug you just encountered.
 | |
| 
 | |
| If you prefer, you can also open a new issue here:
 | |
| 
 | |
| https://github.com/firefly-iii/firefly-iii/issues
 | |
| 
 | |
| The full stacktrace is below:
 | |
| 
 | |
| {{ stackTrace }}
 | |
| {% include 'emails.footer-text' %}
 |