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

2011-07-21 Thread Randy Schwager
 Dear Users, My new installation of RT (4.0.1) causes mod_perl to throw fatal errors when trying to restart apache. I use Apache 2.2.11 with mod_perl 2.0.4. Perl is at version 5.10.10, MySQL at 5.0.83, and I'm running Fedora 10. I compiled RT from source, downloaded from the bestpractical main

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

2011-07-22 Thread Randy Schwager
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 To: Randy Schwager Cc: "rt-users@lists.bestpractical.com" Sent: Thursday, July 21, 2011 5:21 PM Subject:

[rt-users] Deep Recursion Error, RT 4.0.1

2011-07-25 Thread Randy Schwager
Just wanted to bump this up. Still having the deep recursion problem. Help!   Below is the site_config file: Set( $DatabaseUser, 'rt_user' ); Set( $CorrespondAddress, 'helpd...@example.net' ); Set( $rtname, 'example.net' ); Set( $DatabaseRequireSSL, '' ); Set( $WebPort, '8080' ); Set( $Organizat

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

2011-07-25 Thread Randy Schwager
You're right; it's perl 5.10.1. The RT standalone server works fine on its own. The missing quote was a typo--apologies. From: Alex Vandiver To: Randy Schwager Cc: "rt-users@lists.bestpractical.com" Sent: Monday, July 25, 2011 4:47 PM Su

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

2011-07-26 Thread Randy Schwager
as a typo--apologies. From: Alex Vandiver To: Randy Schwager Cc: "rt-users@lists.bestpractical.com" Sent: Monday, July 25, 2011 4:47 PM Subject: Re: [rt-users] Deep Recursion Error, rt-4.0.1 On Thu, 2011-07-21 at 14:05 -0700, Randy Schwager wrote: > I use Apache 2.2.