Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Dr Yang Offline
Member
 
Posts: 51
Join Date: Nov 2007
No autoresponse after editing templates - 25-06-2009, 01:57 PM

We have recently updated our SupportSuite build to 3.50.06 and somehow email_autoresponder template got reset. Now after any small change in template autoresponder stop working. I have to restore it to make it work again. Any suggestions?
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Limey
 
Posts: 8,147
Join Date: Jan 2006
Location: England, UK
25-06-2009, 02:10 PM

We won't be able to provide suggestions unless we know what the specific edit you made was (which has likely broken the template syntax, which is why it isn't working)


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
Dr Yang Offline
Member
 
Posts: 51
Join Date: Nov 2007
25-06-2009, 02:39 PM

I tried different things which previously worked fine. For example I removed these lines:

Code:
&nbsp;&nbsp;&nbsp;<b><{$language[ardepartment]}></b><{$ticket[department]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arpriority]}></b><{$ticket[priority]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arstatus]}></b><{$ticket[status]}><BR>
Code:
<{$language[ardepartment]}><{$ticket[department]}>
    <{$language[arpriority]}><{$ticket[priority]}>
    <{$language[arstatus]}><{$ticket[status]}>

Last edited by Dr Yang; 25-06-2009 at 02:39 PM.
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,590
Join Date: Aug 2006
Location: Mumbai, India
25-06-2009, 03:33 PM

Make sure you have not broken any if else clause. Run the Diagnostics test to confirm.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#5) Old
Dr Yang Offline
Member
 
Posts: 51
Join Date: Nov 2007
25-06-2009, 05:32 PM

I haven't broken any if/else. I have edited templates before update and everything was ok.
   
Reply With Quote
  (#6) Old
Wizzard Offline
New Member
 
Posts: 17
Join Date: Jan 2007
25-06-2009, 08:58 PM

Did you clear the cache as well?
   
Reply With Quote
  (#7) Old
Dr Yang Offline
Member
 
Posts: 51
Join Date: Nov 2007
26-06-2009, 07:45 AM

Of course I did. I'll repeat for the third time: I did modified templates before successfully. It is after latest update things went wrong.
   
Reply With Quote
  (#8) Old
Dr Yang Offline
Member
 
Posts: 51
Join Date: Nov 2007
26-06-2009, 08:05 AM

When I edit other templates, like email_staffreply, everything is fine. The only problem I have is with email_autoresponder. So can I get any help regarding this?
   
Reply With Quote
  (#9) Old
Dr Yang Offline
Member
 
Posts: 51
Join Date: Nov 2007
30-06-2009, 10:11 AM

I have discovered that I actually receive autoresponse but not more aften than once in about 30 minutes to the same email, even though new ticket is being created. Is there some preference that won't let send autoresponse to the same email during period of time?
   
Reply With Quote
  (#10) Old
Jamie Edwards Offline
Limey
 
Posts: 8,147
Join Date: Jan 2006
Location: England, UK
30-06-2009, 10:49 AM

Yes - flood control/mail loop cutter settings (Admin CP -> Mail Parser)


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#11) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,590
Join Date: Aug 2006
Location: Mumbai, India
30-06-2009, 01:02 PM

Flood Protection will be triggered if you are submitting tickets via email parser however if you submit the ticket from the software interface you should always receive the autoresponder.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#12) Old
Dworth Offline
New Member
 
Posts: 7
Join Date: Sep 2009
22-09-2009, 05:11 PM

I am having the same problem. I trimmed the code down a lot, rebuilt the cash and then 2 things happened.

1) Auto responder stopped working.

2) The e-mails sent to our support mailbox are just staying there. The same 3 e-mails are creating tickets every 30-45 min

I don't know if by rebuilding the cache some other change broke the system or if it was my coding. Here is the code I used and as it may show, I am not a coder at all, but generally I'm pretty logical


Template "email_autoresponder"

<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$ticket[fullname]}>,
<BR>
<{$language[arintro]}>
<BR>
<{$language[arsubfooter]}><a href="<{if $iswhmcs == false}><{$swiftpath}>index.php<{else}><{$_swiftpat h}>viewticket.php<{/if}>?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>"><{if $iswhmcs == false}><{$swiftpath}><{else}><{$_swiftpath}><{/if}></a><BR><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1 && $nopassworddispatch != true}>
<BR>
<{$language[arcreds]}><BR>
<BR>
<{$language[arfooter]}><BR>
<BR>
<{$settings[general_companyname]}>
<{$language[arsignature]}>
<BR>
<{$language[arps]}>

</font><{else}><{$ticket[fullname]}>,
<BR>
<{$language[arintro]}>
<BR>
<{$language[arsubfooter]}><a href="<{if $iswhmcs == false}><{$swiftpath}>index.php<{else}><{$_swiftpat h}>viewticket.php<{/if}>?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>"><BR><{if $iswhmcs == false}><{$swiftpath}><{else}><{$_swiftpath}><{/if}></a><BR><BR><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1 && $nopassworddispatch != true}>
<BR>
<{$language[arcreds]}><BR>
<BR>
<{$language[arfooter]}><BR>
<BR>
<{$settings[general_companyname]}>
<{$language[arsignature]}>
<BR>
<{$language[arps]}>

Any help would be greatly appreciated.

Thx~
   
Reply With Quote
  (#13) Old
Jamie Edwards Offline
Limey
 
Posts: 8,147
Join Date: Jan 2006
Location: England, UK
22-09-2009, 05:12 PM

Admin CP -> Templates -> Diagnostics, run the Smarty error check. Any problems?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#14) Old
Dworth Offline
New Member
 
Posts: 7
Join Date: Sep 2009
22-09-2009, 07:37 PM

I went back to the initial AutoResponse and removed one line at a time to figure out exactly what it liked, but I still don't exactly understand what it didn't like.

One general question I have is, does Rebuilding Cache has negative side effects? I started doing that when making these changes so it was hard to figure out what was causing the issues.

Thx~
   
Reply With Quote
  (#15) Old
John Haugeland Offline
Member
 
Posts: 1,222
Join Date: Dec 2007
Location: Boise, Idaho
22-09-2009, 09:13 PM

The only downside of rebuilding cache is that during the rebuild, you do not have the speed benefit of a cached copy. The process is relatively fast, so practically speaking it doesn't really have a significant downside.


John used to be a Kayako developer
   
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing Reply Templates mdmbud Developers & Code 2 17-10-2008 04:01 PM
Problems editing templates. dipp02 Developers & Code 13 30-01-2008 07:30 AM
Editing email templates sebek Developers & Code 14 05-01-2006 04:49 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83