Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Error after implementing mod_perl

Quote Reply
Error after implementing mod_perl
Greetings!

After updating to mod_perl everything seems to be working really well except when I try to update the tables in GLinks 3.04 from admin. I get the following error:-

Code:
A fatal error has occured:

GT::SQL::Editor (17379): Unknown method '_column_sql' called at GT::SQL::Editor::alter_col line 238.

I am aware of some previous discussions in this thread:-

http://www.gossamer-threads.com/...orum.cgi?post=279471

My startup.pl file contains the following:-

Code:
use strict;

use Apache::Registry ( );
use LWP::UserAgent ( );
use Apache::DBI ( );
use DBI ( );

use CGI ( );
CGI->compile(':all');

use lib '/path/to/links/admin',
'/path/to/gforum/admin';

use Links::mod_perl;
use GForum::mod_perl;
1;

From looking at the previous thread it would seem that the GT modules may be the cause of the problem. Would an easy solution be to edit the GForum mod_perl.pm file and comment out the pre-loading of the GT modules OR is there a better way?


Regards,


Clint.
--------------------------
http://AffiliatesDirectory.com
The Affiliate Programs Directory
Subject Author Views Date
Thread Error after implementing mod_perl Clint 3083 Oct 29, 2005, 12:19 AM
Thread Re: [Clint] Error after implementing mod_perl
Hargreaves 3026 Oct 29, 2005, 12:18 PM
Post Re: [Hargreaves] Error after implementing mod_perl
Clint 3034 Oct 29, 2005, 6:01 PM
Thread Re: [Hargreaves] Error after implementing mod_perl
Clint 3017 Oct 31, 2005, 4:52 AM
Thread Re: [Clint] Error after implementing mod_perl
eupos 2990 Oct 31, 2005, 5:26 AM
Thread Re: [eupos] Error after implementing mod_perl
Clint 2990 Oct 31, 2005, 5:51 AM
Post Re: [Clint] Error after implementing mod_perl
eupos 2987 Oct 31, 2005, 6:18 AM