[Rt-devel] RT 3.4.5pre1

Todd Chapman todd at chaka.net
Mon Nov 7 14:02:52 EST 2005


On Sun, Nov 06, 2005 at 05:22:07PM -0500, Jesse Vincent wrote:
> I'm pleased to announce the first preview release of RT 3.4.5. This is
> NOT a release candidate, though I'd really love to get some feedback on
> it.  The most significant change is to the API used by the Owner
> dropdown box.   In testing, we've had reports of about two orders of
> magnitude performance improvement on the queries we're doing...
> 
> This is one of the more significant code changes we've made in RT 3.4
> since its release and I'd really like to make sure that we haven't
> broken the APIs as used by third-party functionality (such as Todd's
> RightsMatrix).  We've still got a backlog of patches to apply before
> 3.4.5rc1, but we're starting down that road.
> 

On my dev box I have a number of RT versions installed, using FastCGI
and each one is rooted differently using --prefix

So for this version:

./configure --with-web-user=wwwrun --with-db-database=rt345pre1 --prefix=/opt/rt345pre1

...and I can't get this RT to work. All my other installs work fine.
The loging screen comes up, but the CSS file isn't accessible and
clicking on a link gives this error:

could not find component for initial path '/345pre1/' (component roots are: '/opt/rt3/local/html', '/opt/rt3/share/html')

But look:

# grep LocalComp /opt/rt345pre1/lib/RT.pm
        $MasonLocalComponentRoot
# $MasonLocalComponentRoot is where your rt instance keeps its site-local
$MasonLocalComponentRoot = '/opt/rt345pre1/local/html';

I even made sure to clean out mason_data.

Ideas?


More information about the Rt-devel mailing list