TemplateTags.ERROR_MESSAGE History
Hide minor edits - Show changes to markup
November 07, 2007, at 02:58 AM
by austriaka -
Changed line 22 from:
to:
November 06, 2007, at 10:18 AM
by austriaka -
Added lines 1-22:
<ERROR_MESSAGE>
Tag Function:
- Displays the MySQL error message within the Splash page.
The splash page is the error starting page which is shown if the database connection fails.
Main Usage:
- Used only in splash_page.html situated in the root of the template folder.
Examples:
In splash_page.html, you can use the tag like this:
(:source lang=HTML4STRICT -link :)
<ERROR_MESSAGE>
Sample Output:
Using the code above will generate the following if there is a connection error:
(:source lang=HTML4STRICT :)
Connect DB Error: Can't connect to MySQL server on 'localhost' (10061) Cause #2
«ALTERNATIVE_LANGUAGE|Other Tags»