| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  | <!DOCTYPE html>
 | 
					
						
							|  |  |  | <html>
 | 
					
						
							|  |  |  | <head>
 | 
					
						
							|  |  |  |     <meta charset="UTF-8">
 | 
					
						
							| 
									
										
										
										
											2017-09-30 17:56:51 +02:00
										 |  |  |     <meta name="robots" content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir">
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |     <title>Firefly III</title>
 | 
					
						
							|  |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
					
						
							|  |  |  |     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
 | 
					
						
							|  |  |  |     <base href="{{ route('index') }}/">
 | 
					
						
							| 
									
										
										
										
											2018-08-25 21:33:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {# CSS things #}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {# libraries #}
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <link href="v1/lib/bs/css/bootstrap.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/>
 | 
					
						
							|  |  |  |     <link href="v1/lib/fa/css/font-awesome.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/>
 | 
					
						
							|  |  |  |     <link href="v1/css/daterangepicker.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/>
 | 
					
						
							| 
									
										
										
										
											2018-08-25 21:33:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {# the theme #}
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <link href="v1/lib/adminlte/css/AdminLTE.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/>
 | 
					
						
							|  |  |  |     <link href="v1/lib/adminlte/css/skins/skin-blue-light.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/>
 | 
					
						
							| 
									
										
										
										
											2018-08-25 21:33:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {# Firefly III customisations #}
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <link href="v1/css/firefly.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/>
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-06 14:52:48 +01:00
										 |  |  |     {# favicons #}
 | 
					
						
							|  |  |  |     {% include('partials.favicons') %}
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | </head>
 | 
					
						
							| 
									
										
										
										
											2016-02-11 08:11:26 +01:00
										 |  |  | <body class="ff-error-page">
 | 
					
						
							|  |  |  | <div class="ff-error-box">
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |     <div class="login-logo">
 | 
					
						
							|  |  |  |         <a href="{{ route('index') }}"><b>Firefly</b>III</a>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |             <h3 class="text-info">Whoops! An error occurred.</h3>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |             <p>
 | 
					
						
							| 
									
										
										
										
											2020-02-13 20:10:54 +01:00
										 |  |  |                 Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  |             </p>
 | 
					
						
							|  |  |  |             <p class="text-danger">
 | 
					
						
							|  |  |  |                 {{ exception.getMessage |default('General unknown errror') }}
 | 
					
						
							|  |  |  |             </p>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2017-02-05 18:49:13 +01:00
										 |  |  |     {% if not debug %}
 | 
					
						
							|  |  |  |         <div class="row">
 | 
					
						
							|  |  |  |             <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |                 <p>
 | 
					
						
							| 
									
										
										
										
											2020-02-13 20:10:54 +01:00
										 |  |  |                     <strong>More information</strong><br />
 | 
					
						
							|  |  |  |                     Please collect more information in the <code>storage/logs</code> directory where you will find
 | 
					
						
							|  |  |  |                     log files. If you're running Docker, use <code>docker logs -f [container]</code>.
 | 
					
						
							|  |  |  |                     You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.
 | 
					
						
							| 
									
										
										
										
											2017-02-05 18:49:13 +01:00
										 |  |  |                 </p>
 | 
					
						
							|  |  |  |                 <p>
 | 
					
						
							| 
									
										
										
										
											2020-02-13 20:10:54 +01:00
										 |  |  |                     <strong>Get help on GitHub</strong><br />
 | 
					
						
							|  |  |  |                     You're more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.
 | 
					
						
							| 
									
										
										
										
											2017-02-05 18:49:13 +01:00
										 |  |  |                 </p>
 | 
					
						
							| 
									
										
										
										
											2020-02-13 20:10:54 +01:00
										 |  |  |                 <ol>
 | 
					
						
							|  |  |  |                     <li>Use the search!</li>
 | 
					
						
							|  |  |  |                     <li>Include the information <a href="{{ route('debug') }}">from this debug page</a>.</li>
 | 
					
						
							|  |  |  |                     <li>Tell us more than "it says Whoops!"</li>
 | 
					
						
							|  |  |  |                     <li>Include error logs (see above).</li>
 | 
					
						
							|  |  |  |                     <li>Tell us what you were doing.</li>
 | 
					
						
							|  |  |  |                 </ol>
 | 
					
						
							| 
									
										
										
										
											2017-02-05 18:49:13 +01:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  | </div>
 | 
					
						
							| 
									
										
										
										
											2016-02-11 08:11:26 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% if debug %}
 | 
					
						
							|  |  |  |     <div class="error-stack">
 | 
					
						
							|  |  |  |         <h4>Error</h4>
 | 
					
						
							|  |  |  |         <p>This error occured in file <span style="font-family: monospace;">{{ exception.getFile }}</span> on line {{ exception.getLine }} with
 | 
					
						
							|  |  |  |             code {{ exception.getCode }}.</p>
 | 
					
						
							|  |  |  |         <h4>Stack trace</h4>
 | 
					
						
							|  |  |  |         <div style="font-family: monospace;font-size:11px;">
 | 
					
						
							|  |  |  |             {{ exception.getTraceAsString|nl2br }}
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | {% endif %}
 | 
					
						
							| 
									
										
										
										
											2017-02-05 18:49:13 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-06 04:55:41 +01:00
										 |  |  | </body>
 | 
					
						
							| 
									
										
										
										
											2016-02-10 16:01:18 +01:00
										 |  |  | </html>
 |