<div dir="ltr"><div><div><div>Hello list,<br></div>I'm starting to test a custom template. When RT tries to use it, I see an error appear in the system log:<br><br></div>Use of uninitialized value in substitution (s///) at /opt/rt4/sbin/../lib/RT/Transaction.pm line 362<br><br></div>That line seems to be detecting any form of new line it can, so how could my template possibly cause such an odd problem? This is my first stab at custom templates; my boss doesn't want quoted text, so he wants reply links in the body of notification emails that people will use in place of standard email replies. I've pasted the text of my template below:<br><br><br>Subject: {$Transaction->CreatorObj->Name} Updated Ticket {Ticket->id}<br><br>Ticket {$Ticket->id} was updated (<br><a href="mailto:{$Ticket->QueueObj->CorrespondAddress}">click here to reply</a>):<br><br>{$Transaction->Description}<br><br>Please do not reply to this message. Instead, <br><a href="mailto:{$Ticket->QueueObj->CorrespondAddress}">click here to reply</a>, <br>or <br><a href="{$RT::WebAuthURL}/Ticket/Display.html?id={$Ticket->id}">open this ticket on the ticket site</a>.<br><br clear="all"><div><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div></div></div></div></div>