【发布时间】:2016-01-20 18:57:54
【问题描述】:
每当我想在 Magento 中运行数据流配置文件时,都会发生以下情况:
- csv 文件加载成功
- 找到 X 行
- 出现以下行:Starting ... :: saveRow (handler-method)
但随后会发生 javascript 错误。例如,在 Chrome 调试器中,您可以查看详细信息(从第 148 行开始):
function sendImportData(data) {
...
new Ajax.Request("http://www.magentoshop.com/index.php/admin/system_convert_profile/batchRun/", { ...
}
...
}
错误信息是:
Uncaught TypeError: e is not a function
使用的magento版本是1.8.0.0
【问题讨论】:
标签: javascript php jquery ajax magento