-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I’ve recently put up RT 3.4.5 (Linux FC5) and I notice two problems:
- The ‘Admin Comment’ and ‘Admin Correspondence’ templates contain this
line:
<URL: {$RT::WebURL}Ticket/Display.html?id={$Ticket->id} >
However, RT is generating an incorrect link from the above, even though my
WebURL variable appears to be set properly (and I’m not having any other
problems with URLs being generated). In my RT configuration, I have the
following:
Set($WebPath , “”);
Set($WebBaseURL , “https://hmc.security.berkeley.edu/rt3”);
Set($WebURL , $WebBaseURL . $WebPath . “/”);
Yet, what RT generates in the above two templates is the following (for
ticket 172):
<URL: https://hmc.security.berkeley.edu/rt3/rt3/Ticket/Display.html?id=172 >
(Note the extra ‘/rt3’).
-
I have these scrips set up:
On Correspond Notify Ccs with template Correspondence
On Comment Notify Ccs with template Admin Comment
On Correspond Notify AdminCcs with template Correspondence
Yet, doing a Reply or a Comment for a ticket, with an address entered in
the Cc field, results in no mail going to the Cc, whereas the AdminCcs
do receive their copies.
Any ideas about either or both of these problems?
Thanks.
Mike
Mike Friedman IST/System and Network Security
mikef@berkeley.edu 2484 Shattuck Avenue
1-510-642-1410 University of California at Berkeley
Socrates and Berkeley Scholars Web Hosting Services Have Been Retired | Web Platform Services http://security.berkeley.edu
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQA/AwUBRNzzl60bf1iNr4mCEQLGHACeLt8biAy/XlCSfQWhqPsUQ0Qr0isAoIq2
FHm/nNdNGMcFqypGBzC5zLAD
=1MmV
-----END PGP SIGNATURE-----
You have your variables set wrong.
WebBaseURL should be https://hmc.security.berkeley.edu
WebPath should be /rt3
Mike Friedman wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I’ve recently put up RT 3.4.5 (Linux FC5) and I notice two problems:
- The ‘Admin Comment’ and ‘Admin Correspondence’ templates contain
this line:
<URL: {$RT::WebURL}Ticket/Display.html?id={$Ticket->id} >
However, RT is generating an incorrect link from the above, even
though my WebURL variable appears to be set properly (and I’m not
having any other problems with URLs being generated). In my RT
configuration, I have the following:
Set($WebPath , “”);
Set($WebBaseURL , “/rt3”);
Set($WebURL , $WebBaseURL . $WebPath . “/”);
Yet, what RT generates in the above two templates is the following
(for ticket 172):
<URL:
https://hmc.security.berkeley.edu/rt3/rt3/Ticket/Display.html?id=172 >
(Note the extra ‘/rt3’).
- I have these scrips set up:
On Correspond Notify Ccs with template Correspondence
On Comment Notify Ccs with template Admin Comment
On Correspond Notify AdminCcs with template Correspondence
Yet, doing a Reply or a Comment for a ticket, with an address entered
in the Cc field, results in no mail going to the Cc, whereas the
AdminCcs do receive their copies.
Any ideas about either or both of these problems?
Thanks.
Mike
Mike Friedman IST/System and Network Security
mikef@berkeley.edu 2484 Shattuck Avenue
1-510-642-1410 University of California at Berkeley
Socrates and Berkeley Scholars Web Hosting Services Have Been Retired | Web Platform Services http://security.berkeley.edu
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQA/AwUBRNzzl60bf1iNr4mCEQLGHACeLt8biAy/XlCSfQWhqPsUQ0Qr0isAoIq2
FHm/nNdNGMcFqypGBzC5zLAD
=1MmV
-----END PGP SIGNATURE-----
The rt-users Archives
Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com
Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com
Drew Barnes
Applications Analyst
Raymond Walters College
University of Cincinnati
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
You have your variables set wrong.
WebBaseURL should be https://hmc.security.berkeley.edu
WebPath should be /rt3
Drew,
Thanks, that works.
Mike
Mike Friedman wrote:
I’ve recently put up RT 3.4.5 (Linux FC5) and I notice two problems:
- The ‘Admin Comment’ and ‘Admin Correspondence’ templates contain this
line:
<URL: {$RT::WebURL}Ticket/Display.html?id={$Ticket->id} >
However, RT is generating an incorrect link from the above, even though my
WebURL variable appears to be set properly (and I’m not having any other
problems with URLs being generated). In my RT configuration, I have the
following:
Set($WebPath , “”);
Set($WebBaseURL , “/rt3”);
Set($WebURL , $WebBaseURL . $WebPath . “/”);
Yet, what RT generates in the above two templates is the following (for
ticket 172):
<URL: https://hmc.security.berkeley.edu/rt3/rt3/Ticket/Display.html?id=172
(Note the extra ‘/rt3’).
Mike Friedman IST/System and Network Security
mikef@berkeley.edu 2484 Shattuck Avenue
1-510-642-1410 University of California at Berkeley
Socrates and Berkeley Scholars Web Hosting Services Have Been Retired | Web Platform Services http://security.berkeley.edu
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQA/AwUBRODUSK0bf1iNr4mCEQJhxwCeJ2ZLPJ5Jtf5tsfTEAik8YEKX46wAmQFC
oL+pqmBEt91854HV5+JZcqy7
=8uPt
-----END PGP SIGNATURE-----