=$self->force_escape($exception_value)?>No exception supplied
| Request Method: | =$request->getMethod()?> |
|---|---|
| Request URL: | =$self->escape($request->buildAbsoluteURI())?> |
| Bjork Version: | =$bjork_version?> |
| Exception Type: | =$exception_type?> |
| Exception Value: | =$self->force_escape($exception_value)?> |
| Exception Location: | =$self->escape($lastframe['filename'])?> in =$self->escape($lastframe['function'])?>, line =$lastframe['lineno']?> |
| PHP SAPI Name: | =$self->escape($sys_sapi_name)?> |
| PHP Version: | =$self->escape($sys_version)?> |
| PHP Path: | =implode("\n", $sys_path)?> |
| Server time: | =$server_time->format('r')?> |
Bjork tried loading these templates, in this order:
=$loader['loader']?>:
=$t['name']?> (File existsdoes not exist)Bjork couldn't find any templates because your TEMPLATE_LOADERS setting is empty!
In template =$template_info['name']?>, error at line =$template_info['line']?>
| {{ source_line.0 }} | {{ template_info.before }}{{ template_info.during }}{{ template_info.after }} |
|---|---|
| {{ source_line.0 }} | {{ source_line.1 }} |
=$self->escape($frame['filename'])?> (line =$frame['lineno']?>) in =$self->escape($frame['function'])?>(=implode(', ', array_map('htmlentities', $frame['funcargs']))?>)
{% if frame.context_line %}
{{ line|escape }}{{ frame.context_line|escape }}{% if not is_email %} ...{% endif %}{{ line|escape }}| Variable | Value |
|---|---|
| {{ var.0|force_escape }} | {{ var.1 }} |
| Variable | Value |
|---|---|
| =$key?> | =$self->escape($self->pprint($value))?> |
No GET data
| Variable | Value |
|---|---|
| =$key?> | =$self->escape($self->pprint($value))?> |
No POST data
| Variable | Value |
|---|---|
| =$key?> | =$self->escape($self->pprint($value))?> |
No FILES data
| Variable | Value |
|---|---|
| =$key?> | =$self->escape($self->pprint($value))?> |
No COOKIES data
| Variable | Value |
|---|---|
| =$key?> | =$self->escape($self->pprint($value))?> |
Request data not supplied
=$settings_module?>| Setting | Value |
|---|---|
| =$key?> | =$self->escape($self->pprint($value))?> |
You're seeing this error because you have DEBUG = true in your
Bjork settings file. Change that to false, and Bjork will
display a standard 500 page.