Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Search form in categories returns Unkown Tag Title

Quote Reply
Search form in categories returns Unkown Tag Title
In a nutshell:

The search.html template works fine and calls search_results.html like it should. Identical code pasted into the footer.html page breaks and wants to generate results using add_results.html instead of search_results.html

Code looks like this on both pages:

<form action="<%db_cgi_url%>/search.cgi" method="get">
<small>Reference Links Only</small>

<input size=15 name="query" >
<input type=submit value="Search Reference Links">

</form>

When you do a search from within a category page footer, you get this error message: "Unknown Tag: Title"

When you do the same search on the main search page, you get no error, just results.

What makes this seem really odd is that while search_results.html has no <% title %> tag in it, add_results.html does. AND the URL referenced in the browser toolbar when you get the error is pointing to the add.cgi script rather than the search.cgi script.

Where should I look to find the cause of this (other than in these forums which I have already done)?

I don't believe I've ever touched search.cgi or add.cgi in any way.

Thanks in advance for your help.

Bobb Menk