<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
I've installed RT from scratch, satisfied all dependacies (see below), but some functions always produce the following error.<br><br><pre>Component path given to Interp->load must be absolute (was given Ticket/Display.html)<br><br>Trace begun at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Interp.pm line 370<br>HTML::Mason::Interp::load('HTML::Mason::Interp=HASH(0xab53fd4)', 'Ticket/Display.html') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 245<br>eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 230<br>HTML::Mason::Request::_initialize('HTML::Mason::Request::ApacheHandler=HASH(0xbf62e54)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 210<br>HTML::Mason::Request::new('HTML::Mason::Request::ApacheHandler', 'error_mode', 'output', 'autoflush', 0, 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 97<br>HTML::Mason::Request::ApacheHandler::new('HTML::Mason::Request::ApacheHandler', 'error_mode', 'output', 'autoflush', 0, 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/Class/Container.pm line 275<br>Class::Container::call_method('HTML::Mason::Interp=HASH(0xab53fd4)', 'request', 'new', 'interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/Class/Container.pm line 353<br>Class::Container::create_delayed_object('interp', 'HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)', 'container', 'HASH(0xbc275e0)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Interp.pm line 348<br>HTML::Mason::Interp::make_request('HTML::Mason::Interp=HASH(0xab53fd4)', 'comp', 'Ticket/Display.html', 'args', 'ARRAY(0xc0b8650)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'apache_req', 'Apache2::RequestRec=SCALAR(0xbfd03fc)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 869<br>eval {...} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 868<br>HTML::Mason::ApacheHandler::prepare_request('HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'Apache2::RequestRec=SCALAR(0xbfd03fc)') called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 823<br>HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0xab4e408)', 'Apache2::RequestRec=SCALAR(0xbfd03fc)') called at /opt/rt3/bin/webmux.pl line 125<br>eval {...} at /opt/rt3/bin/webmux.pl line 125<br>RT::Mason::handler('Apache2::RequestRec=SCALAR(0xbfd03fc)') called at -e line 0<br><br>eval {...} at -e line 0</pre>If I create or edit a ticket, I am guaranteed to produce the error, but I can view the ticket without a problem.  I've searched google, and found several sites that seem to produce this error, but no solutions.  Can someone point me in the right direction?<br><br>CentOS 5<br>perl-5.8.8-10<br><br>/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql<br>$VAR1 = {<br>          'with-STANDALONE' => 0,<br>          'with-MASON' => 1,<br>          'with-MAILGATE' => 1,<br>          'with-CORE' => 1,<br>          'with-CLI' => 1,<br>          'v' => 1,<br>          'with-DEV' => 0,<br>          'with-MYSQL' => 1<br>        };<br>perl:<br>        >=5.8.3(5.008008)...found<br>users:<br>        rt group (apache)...found<br>        bin owner (root)...found<br>        libs owner (root)...found<br>        libs group (bin)...found<br>        web owner (apache)...found<br>        web group (apache)...found<br>CLI dependencies:<br>        Term::ReadKey...found<br>        Getopt::Long >=2.24...found<br>        HTTP::Request::Common...found<br>        Term::ReadLine...found<br>        Text::ParseWords...found<br>        LWP...found<br>CORE dependencies:<br>        Scalar::Util...found<br>        HTML::Scrubber >=0.08...found<br>        Class::ReturnValue >=0.40...found<br>        Text::Quoted >=2.02...found<br>        File::Spec >=0.8...found<br>        Calendar::Simple...found<br>        DBIx::SearchBuilder >=1.48...found<br>        Date::Format...found<br>        Text::Autoformat...found<br>        Mail::Mailer >=1.57...found<br>        Regexp::Common...found<br>        Module::Versions::Report >=1.03...found<br>        MIME::Entity >=5.108...found<br>        HTML::Entities...found<br>        Digest::MD5 >=2.27...found<br>        Cache::Simple::TimedExpiry...found<br>        DBI >=1.37...found<br>        Locale::Maketext::Lexicon >=0.32...found<br>        Digest::base...found<br>        Locale::Maketext::Fuzzy...found<br>        Time::HiRes...found<br>        Net::SMTP...found<br>        Text::Wrapper...found<br>        Time::ParseDate...found<br>        File::Temp...found<br>        Log::Dispatch >=2.0...found<br>        Locale::Maketext >=1.06...found<br>        UNIVERSAL::require...found<br>        Tree::Simple >=1.04...found<br>        Text::Template...found<br>MAILGATE dependencies:<br>        Pod::Usage...found<br>        HTML::TreeBuilder...found<br>        Getopt::Long...found<br>        HTML::FormatText...found<br>        LWP::UserAgent...found<br>MASON dependencies:<br>        CGI::Cookie >=1.20...found<br>        Text::WikiFormat >=0.76...found<br>        XML::RSS >=1.05...found<br>        Storable >=2.08...found<br>        HTML::Mason >=1.23...found<br>        Apache::Session >=1.53...found<br>        Digest::MD5 >=2.27...found<br>        GD::Text...found<br>        GD...found<br>        Errno...found<br>        GD::Graph...found<br>MYSQL dependencies:<br>        DBD::mysql >=2.1018...found<br><br>Everything was found.<br><br></body></html>