I redefined @Activestatus in RT_SiteConfig.pm for: Set(@ActiveStatus, qw(new open stalled)); Set(@InactiveStatus, qw(resolved rejected deleted));
And that's OK.!! Thanks to Kevin, Ruslan and Gerard for your help. -- Luciano -----Original Message----- From: Kevin Falcone <[email protected]> Reply-to: [email protected] To: [email protected] Subject: Re: [rt-users] [Fwd: Message error /Upgrade from 3.6.1 to 3.8.8] Date: Wed, 16 Mar 2011 12:23:10 -0400 On Wed, Mar 16, 2011 at 11:05:38AM -0300, Luciano Silva wrote: > Hello Ruslan, > > I followed instructions upgrading DB until 3.7.87, applied the > queries.sql, upgraded from > 3.7.87 to end. > > The error log is attached. Have you redefined @ActiveStatus in your config? You should have a clean /opt/rt3/etc/RT_Config.pm as installed by 3.8.8 and have local modifications in /opt/rt3/etc/RT_SiteConfig.pm If you copied anything form 3.6.1 you may have invalid settings there. -kevin
