Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Alex] Table prefix question

Quote Reply
Re: [Alex] Table prefix question In reply to
Hi Alex,

thank you. I tried it but now I'm getting another error message saying that it can't locate Links/Link.pm :

Quote:
GT::SQL (17601): Unable to load subclass: 'Links::Link'
Reason: Can't locate Links/Link.pm in @INC (@INC contains: /homepages/htdocs/cgi-bin/gforum/admin /usr/lib/perl5/5.00502/i586-linux /usr/lib/perl5/5.00502 /usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .) at /homepages/41/d34219801/htdocs/cgi-bin/gforum/admin/GT/SQL/Base.pm line 421.,

Can't locate Links.pm in @INC (@INC contains: /homepages/htdocs/cgi-bin/gforum/admin /usr/lib/perl5/5.00502/i586-linux /usr/lib/perl5/5.00502 /usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .) at /homepages/htdocs/cgi-bin/gforum/admin/GT/SQL/Base.pm line 421.
at (eval 22) line 3.

I think this is because I installed GForum in /cgi-bin/gforum while my LinksSQL installation is located in /cgi-bin/links2, so GForum searches for /cgi-bin/gforum/admin/Links/Link.pm instead of /cgi-bin/links2/admin/Links/Link.pm

Is there a way to tell the program the correct path?
Or maybe I can move all the subdirs of .../admin from Links and GForum to a common directory? How would I do that so that both programs can find the correct directories?

Andreas
-------------------------------------------------
http://www.archaeologie-online.de
Subject Author Views Date
Thread Table prefix question Digger 4246 Mar 17, 2002, 12:10 PM
Thread Re: [Digger] Table prefix question
Alex 4154 Mar 17, 2002, 1:29 PM
Thread Re: [Alex] Table prefix question
Digger 4136 Mar 18, 2002, 6:24 AM
Thread Re: [Digger] Table prefix question
Alex 4122 Mar 18, 2002, 11:56 AM
Thread Re: [Alex] Table prefix question
Digger 4124 Mar 18, 2002, 12:14 PM
Post Re: [Digger] Table prefix question
Alex 4123 Mar 18, 2002, 12:20 PM