| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| Chief Executive Officer Posts: 2,829 Join Date: May 2003 |
19-11-2007, 05:32 AM
The error you receive is independent of the actual application. That error is actually thrown up inside IE. For some reason internet explorer is rejecting the AJAX request or is unable to reach your host (connection issues?) Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#3)
|
(#4)
|
| Chief Operating Officer Posts: 852 Join Date: May 2005 Location: Boise, Idaho |
21-03-2008, 04:50 PM
eger, it's probably coincidental that it appeared and then vanished. I'd guess that maybe your connection had some latency issues for a while there. If it continues, run a tracert to your server and see what the connection looks like. -------------------------------------------------------------------
|
| | |
(#5)
|
(#6)
|
(#7)
|
| Senior Member Posts: 3,670 Join Date: Aug 2006 Location: Mumbai, India |
30-06-2008, 09:39 PM
Make sure you are accessing your helpdesk using the same domain name as used in the software's Admin CP > Settings > General > Product URL If you access the software using any other URL, you will encounter this error. Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
(#8)
|
| New Member Posts: 4 Join Date: Jun 2008 |
21-08-2008, 07:32 PM
The solution to my problem was essentially supportskins's suggestion, but I didn't realize it at first. Our Helpdesk is configured to be accessible only over https. I was visiting the Helpdesk using http. Along the lines of supportskin's suggestion, make sure you're not only visiting the correct domain, but also using the correct protocol (http vs https). |
| | |
(#9)
|
| Operations Manager Posts: 5,249 Join Date: Jan 2006 Location: United Kingdom |
21-08-2008, 07:35 PM
Quote:
Code: RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
).Thanks, -------------------------------------------------------------------
| |
| | |
![]() |
| Tags |
| failed, open, xmlhttprequest |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Attachments: Failed to open stream | Lettiv | SupportSuite, eSupport and LiveResponse | 4 | 15-06-2007 01:22 PM |
| Error Creating Tables | Danym | SupportSuite, eSupport and LiveResponse | 1 | 03-11-2006 10:22 AM |
| connection problem | inteltechs | InstaAlert | 5 | 27-04-2006 12:23 AM |