-----Original Message-----
From: Ruslan Zakirov <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [email protected]
Subject: Re: [rt-users] [error] Can't call method "crit"
Date: Fri, 1 Aug 2008 04:42:45 +0400


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
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to