[rt-devel] RT 2.1.75 - etc/RT_SiteConfig.pm

Brook Schofield B.Schofield at mailbox.gu.edu.au
Wed Feb 19 23:17:49 EST 2003


I think that etc/RT_SiteConfig.pm needs to contain the following by default:

# Needed to override previously declared variables
$WebURL = $WebBaseURL . $WebPath . "/";
$WebImagesURL = $WebURL."NoAuth/images/";
$LogoURL = $WebImagesURL."rt.jpg";
1;

rather than simply:

1;

My customisation of $WebBaseURL didn't have the desired effect because the 
variable $WebURL (and thus $WebImagesURL (and thus $LogoURL)) isn't 
re-declared. While this gaff is obvious now that I have run into it I 
didn't find the documentation clear (or I wasn't thinking straight) and I 
ended up believing that I had a syntax error in etc/RT_SiteConfig.pm that 
was causing the problem.

Just at thought.

-Brook

=========================================================================
=     _/_/_/ _/_/_/ _/_/_/ _/_/_/ _/  _/ Brook Schofield                =
=    _/  _/ _/  _/ _/  _/ _/  _/ _/ _/   B.Schofield at mailbox.gu.edu.au  =
=   _/_/   _/_/_/ _/  _/ _/  _/ _/_/     Ph: +61 7 387 53779 - WCN 0.28 =
=  _/  _/ _/ _/  _/  _/ _/  _/ _/ _/     Directory Services Integration =
= _/_/_/ _/  _/ _/_/_/ _/_/_/ _/  _/     Griffith University QLD 4111   =
=========================================================================




More information about the Rt-devel mailing list