刘家的博客

September 5, 2010

RT – apache启动不了 – 空条件 Scrips

Filed under: Uncategorized — Tags: , — LiuJia @ 10:43 am

apache启动出错,提示:

[Sun Sep 05 08:40:28 2010] [error] Require of RT::Condition:: failed.\nCan’t locate RT/Condition/.pm in @INC (@INC contains: /opt/rt3/bin/../local/lib /opt/rt3/bin/../lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . /etc/apache2) at (eval 1297) line 3.\n\nCompilation failed in require at (eval 2) line 1.\n
[Sun Sep 05 08:40:28 2010] [error] Can’t load Perl file: /opt/rt3/bin/webmux.pl for server 180.210.206.59:443, exiting…

删除空条件的 Scrips 试试:

DELETE from Scrips where where ScripCondition=0;

参考: http://www.gossamer-threads.com/lists/rt/users/95276

May 20, 2010

RT权限配置

Filed under: Uncategorized — Tags: , — LiuJia @ 3:57 pm

问: 安装好RT,应该怎样设置权限?

答:这里有参考: http://www.uic.edu/depts/accc/software/rt/privs.html

Set($MessageBoxRichText, 0) – RT – 不要WYSIWYG

Filed under: Uncategorized — Tags: , — LiuJia @ 1:53 pm

问:不想要 WYSIWYG 的功能,怎么办?

答:在配置文件中,可禁用:

Set($MessageBoxRichText, 0);

参考:http://old.nabble.com/WYSIWYG-editor-td18954673.html

Newer Posts »

Powered by WordPress