gpt4 book ai didi

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

转载 作者:qq735679552 更新时间:2022-09-29 22:32:09 31 4
gpt4 key购买 nike

CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.

这篇CFSDN的博客文章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> 

最后此篇关于ECSHOP 出现 XMlHttpRequest status:[500] Unknow status 的解决方法的文章就讲到这里了,如果你想了解更多关于ECSHOP 出现 XMlHttpRequest status:[500] Unknow status 的解决方法的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com