Error:
HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
(XHR)GET - http://www.DOMAINNAMEGOESHERE.com/crm/index.php?module=Contacts&action=index&parentTab=Support&ajax_load=1&loadLanguageJS=1
Code:
var panel=SUGAR.ajaxUI.errorPanel;panel.setHeader(SUGAR.language.get(‘app_strings’,‘ERR_AJAX_LOAD’));panel.setBody(’<iframe id=“ajaxErrorFrame” style=“width:780px;height:550px;border:none;marginheight=“0” marginwidth=“0” frameborder=“0"”>’);panel.setFooter(SUGAR.language.get(‘app_strings’,‘ERR_AJAX_LOAD_FOOTER’));panel.render(document.body);SUGAR.util.doWhen(function(){var f=document.getElementById(“ajaxErrorFrame”);return f!=null&&f.contentWindow!=null&&f.contentWindow.document!=null;},function(){document.getElementById(“ajaxErrorFrame”).contentWindow.document.body.innerHTML=errorMessage;window.setTimeout(‘throw “AjaxUI error parsing response”’,300);});SUGAR.ajaxUI.errorMessage=errorMessage;window.setTimeout(‘if((typeof(document.getElementById(“ajaxErrorFrame”)) == “undefined” || typeof(document.getElementById(“ajaxErrorFrame”)) == null || document.getElementById(“ajaxErrorFrame”).contentWindow.document.body.innerHTML == “”)){document.getElementById(“ajaxErrorFrame”).contentWindow.document.body.innerHTML=SUGAR.ajaxUI.errorMessage;}’,3000);panel.show();panel.center();throw"AjaxUI error parsing response”;},canAjaxLoadModule:function(module)
Request Headers
Accept: /
Accept-Encoding: gzip, deflate
Accept-Language: en-US, en; q=0.5
Cache-Control: no-cache
Connection: Keep-Alive
Cookie: sugar_user_theme=SuiteP; EmailGridWidths=0=10&1=10&2=150&3=250&4=175&5=125; ck_login_language_20=en_us; ck_login_id_20=48931375-e67e-01f6-9702-5b22947e64f8; PHPSESSID=1831da6c85fd9157089450bce5dc97e9
Host: www.baldwingroup.com
Referer: http://www.DOMAINNAMEGOESHERE.com/crm/index.php?action=ajaxui
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134
X-Requested-With: XMLHttpRequest
Response Headers
Cache-Control: no-store, no-cache, must-revalidate
Connection: close
Content-Length: 3126
Content-Type: text/html; charset=UTF-8
Date: Fri, 15 Jun 2018 11:07:49 GMT
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Server: Apache/2.4.6 (CentOS) PHP/7.1.17 SVN/1.7.14 mod_wsgi/3.4 Python/2.7.5
Set-Cookie: ck_login_id_20=48931375-e67e-01f6-9702-5b22947e64f8; expires=Thu, 13-Sep-2018 11:07:49 GMT; Max-Age=7776000; path=/; domain=www.DOMAINNAMEGOESHERE.com; HttpOnly
Set-Cookie: ck_login_language_20=en_us; expires=Thu, 13-Sep-2018 11:07:49 GMT; Max-Age=7776000; path=/; domain=www.DOMAINNAMEGOESHERE.com; HttpOnly
Set-Cookie: sugar_user_theme=SuiteP; expires=Sat, 15-Jun-2019 11:07:49 GMT; Max-Age=31536000; HttpOnly
X-Powered-By: PHP/7.1.17