http://rt::WebBaseURL.not.configured

My image path is (from my browser):

http://rt::WebBaseURL.not.configured:80/NoAuth/images/rt.jpg

But I have:

$WebBaseURL = “http://RT::rtserv.enel.ucalgary.ca:80”;

$WebURL = $WebBaseURL . $WebPath . “/”;

My image path is (from my browser):

http://rt::WebBaseURL.not.configured:80/NoAuth/images/rt.jpg

But I have:

$WebBaseURL = “http://RT::rtserv.enel.ucalgary.ca:80”;

$WebURL = $WebBaseURL . $WebPath . “/”;

Remove the “RT::” from your $WebBaseURL.

ttfn,
kevin