Fails after 5 rows
-
I’ve just installed version 1.2.6 along with the attributes add in v 1.0 and the import fails after 5 row. f can see nothing about the 6th
The javascript console reports..
<b>Warning</b>: fopen(E:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\xamphp5\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\htdocs\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\domain.com/wp-content/uploads/csvimport/export_all_products_cleansedmigrate.csv) [function.fopen]: failed to open stream: No error in <b>E:\xamphp5\htdocs\domain.com\wp-content\plugins\woocommerce-csvimport\include\class-woocsv-admin-import.php</b> on line <b>105</b>
<b>Warning</b>: fgetcsv() expects parameter 1 to be resource, boolean given in <b>E:\xamphp5\htdocs\domain.com\wp-content\plugins\woocommerce-csvimport\include\class-woocsv-admin-import.php</b> on line <b>108</b>
.. until the timeout is reached.
I’ve tried manually deleting the first 5 rows of the csv and it runs fine until the 5th row. I also tried in creasing the rows per call and it seems to fail after 5 calls which would suggest its a problem with the number of ajax requests rather than the data.
Any thoughts and what the problem is?
The topic ‘Fails after 5 rows’ is closed to new replies.