In this configuration, the AJAX queries appear to be unstable and often error out with "Error During AJAX Communication"
I've seen a few other threads that discussed some missing packages, but I have the URI:escape, JSON, and the DBD:mysql installed in my PPM.
Here is a Fiddler capture of a postback that throws an error:
Code: Select all
POST http://[HOST]:1080/otrs/index.pl? HTTP/1.1
Host: [HOST]:1080
Connection: keep-alive
Content-Length: 625
Accept: application/json, text/javascript, */*; q=0.01
Origin: http://[HOST]:1080
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
Content-Type: application/x-www-form-urlencoded
Referer: http://[HOST]:1080/otrs/index.pl?Action=AgentTicketPhone
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: CSID=1004c3a14495bcca07732d87215ab179d0; Session=102a46d4d72b39ef73c83c61b0ee00570f
FormID=1368489455.9937244.98855591;ExpandCustomerName=0;OwnerAll=;ResponsibleAll=;PreSelectedCustomerUser=;SelectedCustomerUser=[CUST];TicketID=;LinkTicketID=;CustomerKey=;CustomerTicketText=;CustomerSelected=1;CustomerKey_1=ian;CustomerTicketText_1=[STUFF]%3E;CustomerTicketCounterFromCustomer=1;FromCustomer=;Dest=%7C%7C-;NewUserID=;Subject=;Body=;AttachmentUpload=0;CustomerID=[STUFF];NextStateID=4;Month=5;Day=14;Year=2013;Hour=16;Minute=57;PriorityID=3;TimeUnits=;;ChallengeToken=[TOKEN];Action=AgentTicketPhone;Subaction=AJAXUpdate;ElementChanged=ServiceID
Any suggestions?