<div dir="ltr"><div><div><div><font size="4">Would you please tell me how to do this? I used "instmodsh" to list these packages, I do know that I don't have some packages and honestly, I am not programmer (but I know general stuff) and also am new in RT, for example I don't know how to look into RT packages... <br>
<br></font></div><font size="4">For example, I had this error:<br><br><span style="background-color:rgb(234,209,220)">RT::Scrip::LoadModules Unimplemented in RT. (/usr/share/request-tracker3.8/lib/RT.pm line 498)  (/usr/share/request-tracker3.8/lib/RT.pm:498)</span><br>
<br></font></div><font size="4">I don't know how to fix this, how to install or repair this RT::Scrip::LoadModules, I go to the code, it IS scrips:<br><br>if ( $args{'Heavy'} ) {<br>        # load scrips' modules<br>
        my $scrips = RT::Scrips->new($RT::SystemUser);<br>        $scrips->Limit( FIELD => 'Stage', OPERATOR => '!=', VALUE => 'Disabled' );<br>        while ( my $scrip = $scrips->Next ) {<br>
            local $@;<br>            <span style="background-color:rgb(234,209,220)">eval { $scrip->LoadModules } or<br>                $RT::Logger->error("Invalid Scrip ".$scrip->Id.".  Unable to load the Action or Condition.  ".<br>
                                   "You should delete or repair this Scrip in the admin UI.\n$@\n");</span><br>        }<br><br></font></div><font size="4">I really don't know how to fix this<font size="4">, or how to find missing <font size="4">Perl modules... </font></font>Any guides will be appreciated :)</font><br>
<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 21, 2013 at 9:38 PM, Nathan Cutler <span dir="ltr"><<a href="mailto:presnypreklad@gmail.com" target="_blank">presnypreklad@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div class="im"><div>> Any perl modules I need? I already have these installed, tell me if I need more:<br>
<br></div></div>If your list show *all* the Perl-related packages you have installed, then you definitely need more -- many more.<br>
<br></div>The easiest way to find out would be to look at/into the Debian or Ubuntu RT package.<br><br></div>Hope this helps,<br>Nathan</div>
</blockquote></div><br></div>