Go to main content

Error message

Contents

Syntax

<txp:error_message />

The error_message tag is a single tag that Textpattern will replace with the error message text for the error status as set by the server. Should be used in error_xxx or error_default Textpattern Page templates.

Attributes

This tag has no attributes of its own. It accepts only the global attributes .

Examples

Example 1: Display error information

<h1>
    <txp:error_status />
</h1>
<p>
    <txp:error_message />
</p>

With the tags arranged like this (as they are in the error_default page template), they display the error status code as a heading and the relevant server message beneath it, usually to indicate to the visitor that something went wrong.

Other tags used: error_status.

If you notice any kind of problem with this page's construction or content (outdated information, typos, broken links, or whatever), open an issue to have it sorted. Or have a go at it yourself. :)