Bplogo.gif URL

Hi

Why do I need to have

$WebURL = $WebBaseURL . $WebPath . “/”;
$WebImagesURL = $WebURL.“NoAuth/images/”;

in my RT_SiteConfig.pm, if I would like to see bplogo.gif in RT 2.1.76?

Without this lines in RT_SiteConfig.pm I get

http://RT::WebBaseURL.not.configured:80/NoAuth/images//bplogo.gif

for bplogo.gif. Everything else seems to work OK.

Best regards,
David

There are two answers: (a) because it’s perl, and that’s the way it works.
(b) RT_SiteConfig was, perhaps, not that well thought out. Overall it’s a
good idea, but the implementation could be better. I suggested a fix a few
weeks ago, but I guess nobody liked it.

Basically for any variable you define in RT_SiteConfig you must copy all
lines from RT_Config that reference that variable into your RT_SiteConfig.

MattOn Fri, Feb 28, 2003 at 01:48:56PM +0100, David Vrtin wrote:

Hi

Why do I need to have

$WebURL = $WebBaseURL . $WebPath . “/”;
$WebImagesURL = $WebURL.“NoAuth/images/”;

in my RT_SiteConfig.pm, if I would like to see bplogo.gif in RT 2.1.76?

Without this lines in RT_SiteConfig.pm I get

http://RT::WebBaseURL.not.configured:80/NoAuth/images//bplogo.gif

for bplogo.gif. Everything else seems to work OK.

Best regards,
David


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

There are two answers: (a) because it’s perl, and that’s the way it works.
(b) RT_SiteConfig was, perhaps, not that well thought out. Overall it’s a
good idea, but the implementation could be better. I suggested a fix a few
weeks ago, but I guess nobody liked it.

No, everybody’s just working 14 hour days and hasn’t yet gotten a chance
to implement the suggested change, as there are bigger issues that
needed to be resolved first.

Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.