Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Alex] Forum-view trouble

Quote Reply
Re: [Alex] Forum-view trouble In reply to
In Reply To:
Hi,

Make sure to put your Gossamer Forum first in your mod_perl startup file:

use lib '/path/to/gforum';
use GForum::mod_perl;

use lib '/path/to/links';
use Links::mod_perl;

...

The problem is putting the Links SQL first loads older GT libraries.

Cheers,

Alex


ok, my GForum Works now. But parts of GMail and LinksSQL don't. I think there is a problem by running them all under mod_perl.

Any ideas?

my startup.pl is:

#!/usr/bin/perl

use strict;

use lib '/var/www/cgi-bin/forum/admin';

use GForum::mod_perl();

use lib '/var/www/cgi-bin/freemail/admin';

use GMail::mod_perl();

use lib '/var/www/cgi-bin/shop/admin';

use Links::mod_perl ();

1; # return true



cheers,

Regards,
Manu

Shopping Portal Shop-Netz.de® | Partnerprogramme | Flugreisen & Billigflüge | KESTERMEDIA e.K. | European Affiliate Marketing Forum.

Last edited by:

ManuGermany: May 2, 2002, 2:51 AM
Subject Author Views Date
Thread Forum-view trouble ManuGermany 4537 May 1, 2002, 2:16 PM
Thread Re: [ManuGermany] Forum-view trouble
Alex 4329 May 1, 2002, 3:15 PM
Thread Re: [Alex] Forum-view trouble
ManuGermany 4318 May 2, 2002, 2:44 AM
Post Re: [ManuGermany] Forum-view trouble
Paul 4312 May 2, 2002, 2:55 AM
Thread Re: [ManuGermany] Forum-view trouble
yogi 4325 May 2, 2002, 2:56 AM
Thread Re: [yogi] Forum-view trouble
ManuGermany 4327 May 2, 2002, 3:14 AM
Thread Re: [ManuGermany] Forum-view trouble
yogi 4304 May 2, 2002, 3:16 AM
Thread Re: [yogi] Forum-view trouble
ManuGermany 4314 May 2, 2002, 3:25 AM
Thread Re: [ManuGermany] Forum-view trouble
yogi 4334 May 2, 2002, 3:33 AM
Thread Re: [yogi] Forum-view trouble
ManuGermany 4287 May 2, 2002, 4:51 AM
Post Re: [ManuGermany] Forum-view trouble
dmoynihan 4266 May 6, 2002, 1:32 AM
Post Re: [ManuGermany] Forum-view trouble
yogi 4296 May 2, 2002, 3:44 AM