Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Links always 0

Quote Reply
Links always 0
I have 379 Categories and 411 Links. But I don't know why, I can't get the links to be build when I build them.

before that, I have emptied all tables using phpmyadmin, is there anything to do with this?

I think the problem is with CategoryHierarchy table, did the build_stat routine took a wrong calculation? Here is my CategoryHierarchy table :

CategoryID SubCategoryID Depth
0 207 0
0 309 0
0 156 0
... ... ...

There are 9 records in CategoryHierarchy, all with the same value (CategoryID = 0 and Depth = 0).

I appreciate any feedback





Quote Reply
Re: Links always 0 In reply to
What do you mean you "emptied" all your tables?

In order for links to run, you need to have _at_least_ the Links and Category tables filled. Then run re-index, (after you put a weight in the Admin/table area) then re-build.

When you do that, your various search indexes and score files will be rebuilt.

PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://postcards.com/FAQ


Quote Reply
Re: Links always 0 In reply to
I have erased all the records on every table using phpMyAdmin, after that I resubmit the Links and now I've 379 Category and 827 Links.

But.. when I built the Links, all categories shows that Links is 0.

Code:
Building Category: Career
Subcategories: 0
Links: 0 (0 alt)
Filename : /home/public_html/Career/index.phtml
Regards