[Rt-devel] RT 3.4.5pre1
Jesse Vincent
jesse at bestpractical.com
Mon Nov 7 13:39:13 EST 2005
>
> 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')
My first guess would be an apache config issue.
> 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