php - Magento export error 500 -


when try export 1200 product export > data profile > export tool, throws error 500.

when same thing 1 group of products, works out fine.

my server setup:

log_errors  on   max_execution_time  36000 max_input_time  300 max_input_vars  10000 memory_limit    1024m 

it says should in error log, there no errors showing. running out oof things test here. broken product?

app/code/core/mage/importexport/model/export/entity/product.php

line: 873

$datarow += $stockitemrows[$productid];

in order update code to:

$datarow = array_merge($datarow,$stockitemrows[$productid]);


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -