PHP warnings added into CSV on Order export
-
Greetings
Upon exporting orders these 4 PHP warnings are generated into the CSV for each line of data:
<b>Warning</b>: Illegal string offset ‘total’ in <b>/home1/selectcoffee/public_html/wp-content/plugins/order-import-export-for-woocommerce/includes/exporter/class-wf-orderimpexpcsv-exporter.php</b> on line <b>136</b><br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>/home1/selectcoffee/public_html/wp-content/plugins/order-import-export-for-woocommerce/includes/exporter/class-wf-orderimpexpcsv-exporter.php</b> on line <b>136</b><br />
<b>Warning</b>: Illegal string offset ‘subtotal’ in <b>/home1/selectcoffee/public_html/wp-content/plugins/order-import-export-for-woocommerce/includes/exporter/class-wf-orderimpexpcsv-exporter.php</b> on line <b>145</b><br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>/home1/selectcoffee/public_html/wp-content/plugins/order-import-export-for-woocommerce/includes/exporter/class-wf-orderimpexpcsv-exporter.php</b> on line <b>145</b><br />Any ideas as to why this might be?
The topic ‘PHP warnings added into CSV on Order export’ is closed to new replies.