[rt-users] Installation problems

Victor Victrolla victrolla at ghettocode.net
Fri Aug 6 20:23:56 EDT 2010


This is for RT 3.8.8

I was actually pretty confused about what the RTAddressRegexp should
look like, and how it should be written (in quotes, in //'s, etc).

Set( $rtname, 'rt.censored.com');
Set($Timezone , 'US/Pacific');

Set($DatabaseHost   , 'services');
Set($DatabaseRTHost , 'localhost');
Set($DatabaseUser , 'rt');
Set($DatabasePassword , 'censored');
Set($DatabaseName , 'rt');

Set($OwnerEmail , 'censored');

Set($CorrespondAddress , 'rt at censored.com');
Set($CommentAddress , 'rt at censored.com');

Set( $WebDomain, 'rt.censored.com' );
Set($RTAddressRegexp , '*@censored.com');

This is my first stab at RT so I'm not sure if I'm missing any other
essential config values, but this is all I have in that file.


On Fri, Aug 6, 2010 at 5:17 PM, Thomas Sibley <trs at bestpractical.com> wrote:
> On 08/06/2010 05:03 PM, Victor Victrolla wrote:
>>
>> Quantifier follows nothing in regex; marked by<-- HERE in m/*<--
>> HERE @rt.censored.com/ at
>> /www/php5/rt.censored.com/rt/bin/../lib/RT/EmailParser.pm line 331.
>
> Can we see your RT_SiteConfig.pm?  Also, what version of RT?  It looks like
> you might have configured $RTAddressRegexp with an invalid regular
> expression.
>
> Thomas
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>



-- 
-Nynex



More information about the rt-users mailing list