Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Unkown tag: decription

Quote Reply
Unkown tag: decription
Hi,

On my site (using links 2.0) everytime when somebody adds a site they get the error "unkown tag: description". I'm using the template that came with the links package. The url is

http://www.esn-maastricht.nl/limburgers.nu/add.cgi

you can also access the site via http://limburgers.nu

Thanks
Paul Cauberg
Quote Reply
Re: Unkown tag: decription In reply to
Check site_html_templates, sub site_html_add_success and make sure this is there:

Quote:
print &load_template ('add_success.html', {
%in,
%globals
});

If %in is not included, the Description tag will not work.

On the other hand, there may be a problem in add_success.html:

Quote:
Unkown Tag: description

Make sure you are using <%Description%> and not <%description%> in the template file. They are not the same thing.