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

Re: Installation comments --

Quote Reply
Re: Installation comments -- In reply to
I think the problem lies because you were upgrading from 1.1beta. If you look in search.cgi you'll see:

print "\nCreating Search Indexes ... ";
eval {
my $DB2 = new Links: BSQL '../defs/Links.def';
$DB2->create_index();
$DB2 = new Links: BSQL '../defs/Category.def';
$DB2->create_index();
};

This should create the search indexes for you. If you are starting with an empty database, then when you create the table, the indexes should be created automatically.

I'll work on polishing the setup a bit more and making it a little smarter.

Cheers,

Alex
Subject Author Views Date
Thread Installation comments -- pugdog 2243 Nov 10, 1999, 2:26 PM
Post Re: Installation comments --
pugdog 2166 Nov 10, 1999, 2:30 PM
Post Re: Installation comments --
Alex 2168 Nov 10, 1999, 3:14 PM
Post Re: Installation comments --
pugdog 2166 Nov 10, 1999, 3:53 PM