Sure I looked there.

Well. Problem solved. This is not quiet a bug, but maybe some extra documentation help future users.

The following config do NOT work correctly:
Set($WebPath , "/");
Set($WebBaseURL , "http://rt.mydomain.com.br";);

But this config DO work:
Set($WebPath , "");
Set($WebBaseURL , "http://rt.mydomain.com.br/";);

Pretty simple, but coused me a good headshake.

Thanks for your reply!



Patterson, Craig escreveu:
Have you looked in {rt-home}/etc/RT_SiteConfig.pm file?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of "Fábio M. 
Catunda"
Sent: Monday, September 24, 2007 3:04 PM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] Link problem in Quick Search.

Hi.

I am using request-tracker 3.6.4-1 (debian package).

Imagine that I have N tickets opened, so, when I log into RT the Quick Search table shows me how many tickets I have in each queue. If I click some of those links I go to Result.html?(query string). In this page the tickets links are broken, they do not have the WebURL part, like this:
<a href="//Ticket/Display.html?id=2">Ticket subject</a>
This problem is probably couse my $WebPath is "/" and not "/rt/" or something, this couse the application to create links that the browser interprets wrongly (/Ticket/Display.html?id=2" would be acceptable, but //Ticket is not).

I tryed to find where this URL is generated to replace $RT::WebPath by $RT::WebURL, but it is hard for me. First I opened Search/Result.html to have a look, then I went to /Elements/TicketList and then I got lost! :-(

Anybody knows how (where) to fix it?

Thankz a lot!



_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com



!DSPAM:46f81537147011046663393!

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to