Just another WordPress.com weblog

Product Export errors out Product.php on line 657

Fatal error: Unsupported operand types in /public_html/app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php on line 657

Goto app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php

Find,
$dataRow += $stockItemRows[$productId];

Replace with,
$dataRow = array_merge($dataRow,$stockItemRows[$productId]);

Hope this helps anyone…

vishal surani

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.