[rt-users] Deep Recursion Error, rt-4.0.1

Randy Schwager eyzon47 at yahoo.com
Fri Jul 22 15:54:58 EDT 2011


Sure.

Below is the site_config file:
Set( $DatabaseUser, 'rt_user' );
Set( $CorrespondAddress, 'helpdesk at example.net' );
Set( $rtname, 'example.net' );
Set( $DatabaseRequireSSL, '' );
Set( $WebPort, '8080' );
Set( $Organization, 'example.net' );
Set( $DatabaseType, 'mysql' );
Set( $DatabasePort, '3306' );
Set( $DatabasePassword, '####' );
Set( $DatabaseAdmin, 'root' );
Set( $SendmailPath, '/usr/sbin/sendmail' );
Set( $WebDomain, 'dev02.example.net' );
Set( $DatabaseAdminPassword, '' );
Set( $CommentAddress, 'helpdesk at example.net' );
Set( $DatabaseHost, 'localhost' );
Set( $DatabaseName, 'rt4' );
Set( $OwnerEmail, 'owner at example.net' );
1;

And here is the output of the syntax checker:

perl -c /opt/rt4/etc/RT_SiteConfig.pm 
/opt/rt4/etc/RT_SiteConfig.pm syntax OK


Thanks for the quick reply!
Apologies that mine wasn't as speedy.




________________________________
From: Alex Vandiver <alexmv at bestpractical.com>
To: Randy Schwager <eyzon47 at yahoo.com>
Cc: "rt-users at lists.bestpractical.com" <rt-users at lists.bestpractical.com>
Sent: Thursday, July 21, 2011 5:21 PM
Subject: Re: [rt-users] Deep Recursion Error, rt-4.0.1

On Thu, 2011-07-21 at 14:05 -0700, Randy Schwager wrote:

> My new installation of RT (4.0.1) causes mod_perl to throw fatal
> errors when trying to restart apache.

This points to an error in your RT configuration (not your Apache
configuration, which is what you provided).  Please show us your
RT_SiteConfig.pm, with any passwords redacted.
- Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110722/37102dc3/attachment.htm>


More information about the rt-users mailing list