嗨,我在将csv文件导入到我的magento 1.9存储中时遇到问题。按开始this happens
之后我检查了Apache error.log,这是错误:
PHP致命错误:未捕获的DivisionByZeroError:模中零 C:\ xampp \ htdocs \ magmi-git \ magmi \ engines \ magmi_productimportengine.php:1134 \ nStack 跟踪:\ n#0 C:\ xampp \ htdocs \ magmi-git \ magmi \ engines \ magmi_productimportengine.php(944): Magmi_ProductImportEngine-> processDataSourceLine(Array,0, 1593608380.9801、1593608380.9801、0、0)\ n#1 C:\ xampp \ htdocs \ magmi-git \ magmi \ inc \ magmi_engine.php(454): Magmi_ProductImportEngine-> engineRun(Array)\ n#2 C:\ xampp \ htdocs \ magmi-git \ magmi \ web \ magmi_run.php(36): Magmi_Engine-> run(Array)\ n#3 {main} \ n被抛出 C:\ xampp \ htdocs \ magmi-git \ magmi \ engines \ magmi_productimportengine.php 在第1134行,引荐网址: http://127.0.0.1/magmi-git/magmi/web/magmi.php?ts=1593608379
接下来,我查看了magmi_productimportengine.php的1134行,这是引起我认为的问题的行:
if ($this->_current_row % $rstep == 0) {
$this->reportStats($this->_current_row, $tstart, $tdiff, $lastdbtime, $lastrec);
}
因此,我简单地删除了它,并提取了其中的行(如果要始终执行)。它摆脱了卡在Initialized attrribute_set_infos
上的麻烦,但是这里还有另一个problem,我自己无法解决。
所以我在这里寻求您的帮助!也许你们其中一个可以帮助我?