[rt-users] Logo trouble after upgrade 3.2.1 -> 3.2.2

Ruslan U. Zakirov Ruslan.Zakirov at acronis.com
Thu Oct 7 14:16:02 EDT 2004


nvarney at edt.fr wrote:
> 
> The Best Practical logo only appears correctly on Home page of RT
> All other pages, logo is missing (bad URL)
> 
> Exemple:
> Tickets Search main page: HTML refers to '/Search/NoAuth/images//bplogo.gif for
> the logo and it's not found.
> The logo is only found with /NoAuth/images//bplogo.gif
> 
> In HTML code : <img src="NoAuth/images//bplogo.gif" alt="" width="230"
> height="50">
> Should be <img src="../NoAuth/images//bplogo.gif" alt="" width="230"
> height="50"> in sub pages ?

What do you have in your RT site config web paths?
Options:
Set($WebPath , ""); 
 

Set($WebBaseURL , "http://RT::WebBaseURL.not.configured:80"); 
 
 
        Set($WebURL , $WebBaseURL . $WebPath . "/"); 
 

Set($WebImagesURL , $WebPath . "/NoAuth/images/"); 
 
 
Set($LogoURL , $WebImagesURL . "rt.jpg");


> 
> Any clues ?
> 
> Nicolas Varney
> 
> 
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT wiki at http://wiki.bestpractical.com




More information about the rt-users mailing list