Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Error on Error.html????

Quote Reply
Error on Error.html????
Hi:

On error.html, there is this code:

<p class="errormessage">
<%error_message%>
</p>


I get an error with that. Should it be:

<p class="errormessage">
<%error%>
</p>
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Error on Error.html???? In reply to
No because at the top of error.html, there is:
Code:
<%set error_message = $error~%>
<%set error = ''~%>
which prevents the error from being used in include_contentheader.html.

Adrian
Quote Reply
Re: [brewt] Error on Error.html???? In reply to
Oh- OK- Gotta watch that stuff when copying over templates! Sorry! Blush
dave

Big Cartoon DataBase
Big Comic Book DataBase