Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Whats wrong here?

Quote Reply
Whats wrong here?
Should be simple:

<%if date%><%date%><%else%>no date<%endif%>

Thu Apr 08 2004 Error: Unmatched else/elsif/elseif
tagno dateError: Unmatched endif/endifnot/endunless tag

?

--------------------------------
Privacy Software

Last edited by:

BLOOD: Apr 8, 2004, 3:23 AM
Quote Reply
Re: [BLOOD] Whats wrong here? In reply to
May have a missing/extra if/endif/else tag somewhere else in your template? Its happened to me before Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Whats wrong here? In reply to
Cheers Andy!

I found this from a loop that was causing the issue:

<%endloop%

Frown

--------------------------------
Privacy Software
Quote Reply
Re: [BLOOD] Whats wrong here? In reply to
Glad to hear it Cool

I've had it before where the endif tag looked like;

<%endif%&gt;

... which you don't notice until you take a really close look at the HTML Frown

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!