[rt-users] RT3.. Part Tres, Rated R.. Under 17 not admitted...

Anthony Sorace rt at anothy.9srv.net
Mon Dec 22 18:22:37 EST 2003


Well, for starters, if this is your real RT_SiteConfig.pm, i'd recomend 
slimming it down a ton. Only include things that are different from the 
defaults in RT_Config.pm. It certainly makes it easier to spot things 
that are wrong. beyond that:

> Set($DatabaseUser , 'Oh Yeah I'd Leave That in Here?');

i'm not sure that's a valid user name... :-)

> Set($Organization , "databasement.org");

huh. neat name. ;-)

> Set($WebPath , "/rt");
> Set($WebBaseURL , "http://www.databasement.org");
> Set($WebURL , $WebBaseURL . $WebPath . "/");
> Set($WebImagesURL , $WebURL . "NoAuth/images/");
> Set($LogoURL , $WebImagesURL . "rt.jpg");

it looks like WebURL is getting set correctly, since you're finding 
NoAuth/images. Does your httpd.conf match? The only other obvious thing 
to mention is make sure you do a *full* stop/start of apache between 
edits; the cached stuff can be pretty... persistent.

some guy from jersey.
ア




More information about the rt-users mailing list