您现在的位置是:首页 > 教程 > ecshop商城教程ecshop商城教程
ecshop出现XMlHttpRequest status:[500] Unknow status解决方法
依珊2023-12-20 19:27:48ecshop商城教程已有人查阅
导读ECSHOP 出现 XMlHttpRequest status:[500] Unknow status 这个错误我们怎么解决呢?
ECSHOP 出现 XMlHttpRequest status:[500] Unknow status 这个错误我们怎么解决呢?
我们可以把/admin/templates/top.htm 这个文件中{insert_scripts files=”../js/transport.js”}和 </head>之间的代码删除
也就是将下面这段代码删除...
我们可以把/admin/templates/top.htm 这个文件中{insert_scripts files=”../js/transport.js”}和 </head>之间的代码删除
也就是将下面这段代码删除...
<script type=”text/javascript”>
onload = function()
{
Ajax.call(‘index.php?is_ajax=1&act=license’,”, start_sendmail_Response, ‘GET’, ‘JSON’);
}
function web_address()
{
var ne_add = parent.document.getElementByIdx_x(‘main-frame’);
var ne_list = ne_add.contentWindow.document.getElementByIdx_x(’search_id’).innerHTML;
ne_list.replace(‘-’, ”);
var arr = ne_list.split(‘-’);
window.open(‘help.php?al=’+arr[arr.length - 1],’_blank’);
}
function start_sendmail_Response(result)
{
// 运行正常
if (result.error == 0)
{
var str = ”;
if (result['content']['auth_str'])
{
str = ‘<a href=”javascript:void(0);” target=”_blank”>’ + result['content']['auth_str'];
if (result['content']['auth_type'])
{
str += ‘[' + result['content']['auth_type'] + ‘]’;
}
str += ‘</a> ‘;
}
document.getElementByIdx_x(‘license-div’).innerHTML = str;
}
}
function modalDialog(url, name, width, height)
{
if (width == undefined)
{
width = 400;
}
if (height == undefined)
{
height = 300;
}
if (window.showModalDialog)
{
window.showModalDialog(url, name, ‘dialogWidth=’ + (width) + ‘px; dialogHeight=’ + (height+5) + ‘px; status=off’);
}
else
{
x = (window.screen.width - width) / 2;
y = (window.screen.height - height) / 2;
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’);
}
}
function ShowToDoList()
{
try
{
var mainFrame = window.top.frames['main-frame'];
mainFrame.window.showTodoList(adminId);
}
catch (ex)
{
}
}
{/literal}
var adminId = “{$admin_id}”;
</script>
本文标签:
很赞哦! ()
相关文章
- 安装ecshop出现相关问题的解决方法
- ecshop出现transport.js与jQuery冲突不加载js的解决方法
- ecshop出现transport和jquery冲突的解决方法实例
- ecshop出现Call to undefined function insert_ads()的解决方法
- ecshop出现Deprecated: preg_replace()报错的解决方法
- ecshop出现Warning: chmod() has been disabled for security reasons in解决方法
- ecshop出现shop_config错误的解决方法
- ecshop出现XMlHttpRequest status:[500] Unknow status 这个错误
随机图文
-
ecshop二次开发商品分类添加图片显示功能
最近这两周在忙着和一个老乡弄速度购物网,一个挺好的创意,校内购物网,老乡还是比较有毅力的一个人,做这个快又3年的时间了,现在做的也比较成熟了。就是网站一直在拖累着,没有太多 -
ecshop去版权修改方法教程
一、去掉头部title部分的ECSHOP演示站-Powered by ecshop1、问题:“ECSHOP演示站” 方法:在后台商店设置 - 商店标题修改2、问题:“ Powered by ecshop”方法:打开includes/li -
ecshop用淘宝助理无法导入的原因及解决方法
ECshop2.7.2 2.73直接导入淘宝助理导出的csv文件 原因根据再下观察,问题出自 一下几个方面:1.淘宝助理导出的csv编码不符,据我判断导出的编码格式为utf-16编码 -
删除ecshop默认模板左下角的logo的方法
自己新设计一个LOGO图片,并且命名为logo1.gif。并且通过FTP软件上传到 “\themes\default\images\”目录下,覆盖原来的同名文件。
留言与评论 (共有 条评论) |