服务器之家:专注于服务器技术及软件下载分享
分类导航

DEDECMS|帝国CMS|Discuz|PHPCMS|Wordpress|ZBLOG|ECSHOP|苹果CMS|极致CMS|CMS系统|

服务器之家 - 建站程序 - ECSHOP - ECSHOP 出现 XMlHttpRequest status:[500] Unknow status 的解决方法

ECSHOP 出现 XMlHttpRequest status:[500] Unknow status 的解决方法

2019-10-17 12:44ECSHOP模板堂 ECSHOP

ECSHOP出现 XMlHttpRequest status:[500] Unknow status 这个错误的解决方法.

ECSHOP出现 XMlHttpRequest status:[500] Unknow status 这个错误

把/admin/templates/top.htm 这个文件中{insert_scripts files=”../js/transport.js”}和之间的代码删除

也就是将下面这段代码删除...

  1. <script type=”text/javascript”> 
  2. onload = function() 
  3. Ajax.call(‘index.php?is_ajax=1&act=license’,”, start_sendmail_Response, ‘GET’, ‘JSON’); 
  4.  
  5. function web_address() 
  6. var ne_add = parent.document.getElementByIdx_x(‘main-frame’); 
  7. var ne_list = ne_add.contentWindow.document.getElementByIdx_x(’search_id’).innerHTML; 
  8. ne_list.replace(‘-’, ”); 
  9. var arr = ne_list.split(‘-’); 
  10. window.open(‘help.php?al=’+arr[arr.length - 1],’_blank’); 
  11.  
  12.  
  13. function start_sendmail_Response(result) 
  14. // 运行正常 
  15. if (result.error == 0) 
  16. var str = ”; 
  17. if (result['content']['auth_str']) 
  18. str = ‘<a href=”javascript:void(0);” target=”_blank”>’ + result['content']['auth_str']; 
  19. if (result['content']['auth_type']) 
  20. str += ‘[' + result['content']['auth_type'] + ‘]’; 
  21. str += ‘</a> ‘; 
  22.  
  23. document.getElementByIdx_x(‘license-div’).innerHTML = str; 
  24.  
  25. function modalDialog(url, name, width, height) 
  26. if (width == undefined) 
  27. width = 400; 
  28. if (height == undefined) 
  29. height = 300; 
  30.  
  31. if (window.showModalDialog) 
  32. window.showModalDialog(url, name, ‘dialogWidth=’ + (width) + ‘px; dialogHeight=’ + (height+5) + ‘px; status=off’); 
  33. else 
  34. x = (window.screen.width – width) / 2; 
  35. y = (window.screen.height – height) / 2; 
  36.  
  37. window.open(url, name, ‘height=’+height+’, width=’+width+’, left=’+x+’, top=’+y+’, toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, modal=yes’); 
  38.  
  39. function ShowToDoList() 
  40. try 
  41. var mainFrame = window.top.frames['main-frame']; 
  42. mainFrame.window.showTodoList(adminId); 
  43. catch (ex) 
  44. {/literal} 
  45.  
  46. var adminId = “{$admin_id}”; 
  47. </script> 

延伸 · 阅读

精彩推荐