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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Mark Worsnop Offline
Member
 
Posts: 36
Join Date: Dec 2006
Customer submit parse error on ver .51 - fixed here - 05-01-2007, 08:18 PM

Customer submitted the error below:

“Also went to submit a new ticket and I get this error: Parse error: parse error, unexpected ';' in ...\modules\tickets\client_submit.php on line 226”

I tracked down the file and line as well as the error:

File: client_submit.php
Error: They either didn’t close the htmlspecialchars function or didn’t close the assign function.
Changes:
Changed line 226->
“$template->assign("subject", htmlspecialchars($_REQUEST["subject"]);”
To ->
“$template->assign("subject", htmlspecialchars($_REQUEST["subject"]));”

Small error but it keeps all users from submitting tickets.
   
Reply With Quote
  (#2) Old
eiden Offline
Member
 
Posts: 234
Join Date: Apr 2006
Location: Norway
05-01-2007, 11:48 PM

Jeez... Doesn't the developers at Kayako run a simple syntax on their code?

Thanks for sharing!
   
Reply With Quote
Reply

Tags
customer, fixed, parse, submit, ver

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
Kayako SupportSuite v3.04.10 Stable Build Varun Shoor News and Announcements 2 06-10-2006 10:41 PM
v3.00.80 Stable Available in Members Area Varun Shoor News and Announcements 7 21-04-2006 12:32 AM
eSupport v2.2 Stable Released Varun Shoor News and Announcements 3 24-06-2004 12:39 AM
eSupport v2.2 RC2 Released Varun Shoor Technical Chat 1 11-06-2004 11:24 PM
eSupport v2.2 RC1 Available in Members Area Varun Shoor Technical Chat 1 17-05-2004 02:28 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


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