Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Problem: Unkown Tag: query

Quote Reply
Problem: Unkown Tag: query
I've forgotten how to fix this problem since it first occurred a long time ago:

> Unkown Tag: query

I see this when trying to view more pages of search results. I've also noticed a possible culprit in the number hyperlinks:

> http://mydomain.com/...search.cgi?&nh=2

As you can see the search term/query is missing from the URL string.

In short, how can I fix this?
Quote Reply
Re: [basi1] Problem: Unkown Tag: query In reply to
Is this template present in search.html ? If so, remove it. I expect it ended up there by accident. The only template it should be in is search_results.html.

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Problem: Unkown Tag: query In reply to
Actuallly, I just have a meta refresh redirecting users to a customized search page. I don't think that would affect anything though, right? Any other possible causes? Thanks.
Quote Reply
Re: [basi1] Problem: Unkown Tag: query In reply to
Could you post this page please.

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Problem: Unkown Tag: query In reply to
Here it is:

<head>
<title>MyDomain.com - Search</title>
<META HTTP-EQUIV=refresh CONTENT="0; URL=h--p://www.mydomain.com/search/">

</head>

<body bgcolor="#000000" text="#000000" link="#700000" vlink="#700000" alink="#FF0000">

<center>

</center>
Quote Reply
Re: [basi1] Problem: Unkown Tag: query In reply to
Weird. That shouldn't cause an unknown tag error Unsure

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Problem: Unkown Tag: query In reply to
I didn't think so, either. Any ideas. Has something changed between 2.0 and 2.01 about how the <%query%> tag is integrated integrated the search string. I don't recall changing anything search related in any cgi script. Where would this kind of problem arise? search.cgi, links.cfg,...? And, then, what would I be looking for to fix?