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

Categories not showing up

Quote Reply
Categories not showing up
I get this error:

Category: error building select field: no select fields specified in config for field 'Category'!

and can't add a link into the categories I have input. The categories are there, but the field doesn't show on the add link form.

Where should I look to find this?

TIA

--Train


Quote Reply
Re: Categories not showing up In reply to
Depending on how you defined the Category field in the sub site_html_add_form, you might be using the wrong case setting for "Category". Make sure that you have defined the tag as:

Code:

Category => $category


If you have the following codes:

Code:

category => $category


Then you need to use <Ętegory%>.

Regards.

Eliot Lee