Overlay Issues

After many many attempts at trying to get things to work, i just cant seem to
figure out how get things going (Maybe i need to up the ammount of daily
tequilla intake)… So i have rt3 installed in /opt/rt3/ I try to Create an
overlay for queue.pm… so i copy lib/RT/Queue.pm to local/lib/RT/Queue_Local.pm
and i strip out all but the necessities.

=== BOF ===
use strict;
no warnings qw(redefine);
sub Create {
my $self = shift;
my %args = (

return ( 0, $self->loc(“WTF”) );
}
1;
=== EOF ===
I bounce apache all is happy… but the code change does not seem to take
effect. If there is a syntax error in this file apache will not bounce so
obviously it knows about its existance. Thank you for the help.

What is $LocalPath set to in RT.pm?On Mon, Jan 24, 2005 at 02:52:21PM -0800, javila@netlojix.com wrote:

After many many attempts at trying to get things to work, i just cant seem to
figure out how get things going (Maybe i need to up the ammount of daily
tequilla intake)… So i have rt3 installed in /opt/rt3/ I try to Create an
overlay for queue.pm… so i copy lib/RT/Queue.pm to local/lib/RT/Queue_Local.pm
and i strip out all but the necessities.

=== BOF ===
use strict;
no warnings qw(redefine);
sub Create {
my $self = shift;
my %args = (

return ( 0, $self->loc(“WTF”) );
}
1;
=== EOF ===
I bounce apache all is happy… but the code change does not seem to take
effect. If there is a syntax error in this file apache will not bounce so
obviously it knows about its existance. Thank you for the help.


Rt-devel mailing list
Rt-devel@lists.bestpractical.com
The rt-devel Archives