Gossamer Forum
Home : Products : Gossamer Links : Discussions :

GT Forum messing up my Links Build

Quote Reply
GT Forum messing up my Links Build
Hi:

This is probably a question for Alex or GT staff, but I thought I would post it here.

Had Links up and running fine in MOD_PERL for years, Decided to add Gossamer Forum for a Forum- and I really do like it. Alex showed me how to get both running at the same time in mod_perl by doing my startup.pl like this:

Quote:




use lib '/path/to/forum/admin';

use GForum::mod_perl;

use lib '/path/to/linksql/admin';

use Links::mod_perl;

#PerlSendHeader On;

1; #return true value


It ran fine, but used a LOT of memory. And I cannot add any more to my box. So I decided to drop Forum from mod_perl and see what happened. Forum does not yet get many hits... I just dropped the first two lines in the above quote to do that.

I did not see to bad a hit in speed on forum, and the rest of the box seemed to pick up in speed substancially. But now, when go to rebuild Links, it will back-up, but then I get this error:

A fatal error has occured: GT::SQL (66450): Unable to load subclass: 'GForum::Table::Forum' Reason: Can't locate GForum/Table/Forum.pm in @INC (@INC contains: blah blah blah....) at /path/to/links/install/admin/GT/SQL/Base.pm line 547. (or line 560)

Any ideas what I messed up?

Thanks!

dave

Big Cartoon DataBase
Big Comic Book DataBase
Subject Author Views Date
Thread GT Forum messing up my Links Build carfac 2325 Jan 7, 2003, 8:14 AM
Thread Re: [carfac] GT Forum messing up my Links Build
Paul 2283 Jan 7, 2003, 8:17 AM
Thread Re: [Paul] GT Forum messing up my Links Build
carfac 2269 Jan 7, 2003, 8:33 AM
Thread Re: [carfac] GT Forum messing up my Links Build
carfac 2288 Jan 7, 2003, 8:34 AM
Thread Re: [carfac] GT Forum messing up my Links Build
yogi 2256 Jan 7, 2003, 1:21 PM
Post Re: [yogi] GT Forum messing up my Links Build
carfac 2253 Jan 7, 2003, 1:46 PM