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

Categories not building, any suggestions?

Quote Reply
Categories not building, any suggestions?
Hello. I'm getting Links SQL setup for the first time and am experiencing trouble gettin g my categories to build. I know I have 2 categories and 2 links in the test database, but no categories get built.

This is what's in the error log that might be related:
Code:
[Tue Nov 16 04:01:09 1999] nph-build.cgi: DBSQL (72278): No search terms were specified. at nph-bu
ild.cgi line 382

and this what that line points to, which seems OK to me:
Code:
$categories_r = $CATDB->query( { ID => '*', mh => $limit, nh => $offset+1, sb => 'Name', so => 'ASC', tb => 0 });
Quote Reply
Re: Categories not building, any suggestions? In reply to
Hello!

It seems that I should have listed all those upsetting errors. not only for myself but also for others and brought to the UBB. They are all familiar to me. BUT now I duuno how I got rid of it!

Could you try to insert the Weights of the last field. May be there is a zero missing.

Quote Reply
Re: Categories not building, any suggestions? In reply to
Hello!

OPPPS!

The one I had was not from nph-build.cgi, sorry.

[This message has been edited by rajani (edited November 16, 1999).]