<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.2">
</HEAD>
<BODY>
-----Original Message-----<BR>
<B>From</B>: Ruslan Zakirov <<A HREF="mailto:Ruslan%20Zakirov%20%3cruz@bestpractical.com%3e">ruz@bestpractical.com</A>><BR>
<B>To</B>: <A HREF="mailto:email.lists@pandf.us">email.lists@pandf.us</A><BR>
<B>Cc</B>: <A HREF="mailto:RT-Users@lists.bestpractical.com">RT-Users@lists.bestpractical.com</A><BR>
<B>Subject</B>: Re: [rt-users] [error] Can't call method "crit"<BR>
<B>Date</B>: Fri, 1 Aug 2008 04:42:45 +0400<BR>
<BR>
<PRE>
By default no plugins are installed and desiable @Plugins option in your config.


--------------------------------------

Is this related to why I get this error when using: 

# RT default Apache configuration

Alias /rt/ /opt/rt3/share/html/

<Directory /opt/rt3/share/html/>
        AllowOverride All
        Options ExecCGI FollowSymLinks
        Options Indexes FollowSymLinks
        <IfModule mod_access.c>
                Order allow,deny
                Allow from all
        </IfModule>
</Directory>

PerlRequire /opt/rt3/bin/webmux.pl
<Location /rt/>
        RewriteEngine On
        RedirectMatch permanent (.*)/$ $1/index.html
        AddDefaultCharset UTF-8
        SetHandler perl-script
        PerlHandler RT::Mason
</Location>


/var/log/apache2/error.log gives me this error.

[Thu Aug 07 10:30:19 2008] [error] Can't call method "crit" on an undefined value at /opt/rt3/bin/../lib/RT.pm line 579.\nCompilation failed in require at (eval 2) line 1.\n
[Thu Aug 07 10:30:19 2008] [error] Can't load Perl file: /opt/rt3/bin/webmux.pl for server PFServer7.pfsandiego.local:0, exiting...

This is holding up using RT.

-Adam
</PRE>
</BODY>
</HTML>