Documentation

Errors.template.php

Simple Machines Forum (SMF)

Tags
author

Simple Machines https://www.simplemachines.org

copyright

2025 Simple Machines and individual contributors

license

https://www.simplemachines.org/about/smf/license.php BSD

version
3.0

Alpha 2

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_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

        
On this page

Search results