Errors.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_fatal_error() : mixed
- THis displays a fatal error message
- template_error_log() : mixed
- This template handles the error log in the admin center.
- template_show_file() : mixed
- This template shows a snippet of code from a file and highlights which line caused the error.
- template_attachment_errors() : mixed
- This template handles showing attachment-related errors
- template_show_backtrace() : mixed
- This template shows a backtrace of the given error
Functions
template_fatal_error()
THis displays a fatal error message
template_fatal_error() : mixed
template_error_log()
This template handles the error log in the admin center.
template_error_log() : mixed
Tags
template_show_file()
This template shows a snippet of code from a file and highlights which line caused the error.
template_show_file() : mixed
template_attachment_errors()
This template handles showing attachment-related errors
template_attachment_errors() : mixed
template_show_backtrace()
This template shows a backtrace of the given error
template_show_backtrace() : mixed