Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [ManuGermany] Forum-view trouble

Quote Reply
Re: [ManuGermany] Forum-view trouble In reply to
The second error certainly has got to do with the GT libraries. GT::SQL::Tree has only been added to the library recently. So, if it doesn't find the method, then that means it's looking in the wrong library.

What you could try is the following: in startup.pl do something like
Code:
use lib '/'path/to/gforum/admin';
use lib '/path/to/links/admin/Links';
use lib '/path/to/gmail/admin/GMail'; (or whatever it's called)
This is just a wild guess. It would load the GT libraries from the forum, and then only the program specific libraries for the other programs...

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread Forum-view trouble ManuGermany 4454 May 1, 2002, 2:16 PM
Thread Re: [ManuGermany] Forum-view trouble
Alex 4248 May 1, 2002, 3:15 PM
Thread Re: [Alex] Forum-view trouble
ManuGermany 4236 May 2, 2002, 2:44 AM
Post Re: [ManuGermany] Forum-view trouble
Paul 4231 May 2, 2002, 2:55 AM
Thread Re: [ManuGermany] Forum-view trouble
yogi 4243 May 2, 2002, 2:56 AM
Thread Re: [yogi] Forum-view trouble
ManuGermany 4245 May 2, 2002, 3:14 AM
Thread Re: [ManuGermany] Forum-view trouble
yogi 4223 May 2, 2002, 3:16 AM
Thread Re: [yogi] Forum-view trouble
ManuGermany 4232 May 2, 2002, 3:25 AM
Thread Re: [ManuGermany] Forum-view trouble
yogi 4253 May 2, 2002, 3:33 AM
Thread Re: [yogi] Forum-view trouble
ManuGermany 4205 May 2, 2002, 4:51 AM
Post Re: [ManuGermany] Forum-view trouble
dmoynihan 4185 May 6, 2002, 1:32 AM
Post Re: [ManuGermany] Forum-view trouble
yogi 4214 May 2, 2002, 3:44 AM