[Rt-devel] Overlay Issues

Todd Chapman rt at chaka.net
Mon Jan 24 18:16:23 EST 2005


What is $LocalPath set to in RT.pm?


On Mon, Jan 24, 2005 at 02:52:21PM -0800, javila at 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 at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel


More information about the Rt-devel mailing list