Unofficial SMF API Documentation

./Themes/default/Errors.template.php

template_fatal_error

function template_fatal_error(): void

THis displays a fatal error message

template_error_log

function template_error_log(): void

This template handles the error log in the admin center.

template_show_file

function template_show_file(): void

This template shows a snippet of code from a file and highlights which line caused the error.

template_attachment_errors

function template_attachment_errors(): void

This template handles showing attachment-related errors

template_show_backtrace

function template_show_backtrace(): void

This template shows a backtrace of the given error

Suggest an edit to this page on GitHub