• Resolved vitamink

    (@vitamink)


    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?

    https://ww.wp.xz.cn/plugins/woocommerce-csvimport/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have same problem, tried changing timeout settings. Still no luck

    Thread Starter vitamink

    (@vitamink)

    I found a workaround which works providing you don’t have too many products – I increases the rows per call to 50 which means all by products were inserted before the 5 calls were reached.

    I’m using a xampp development environment running on windows 8.1 in case it helps as it might be something to do with windows file paths.

    Plugin Author allaerd

    (@allaerd)

    big fixed try the latest version

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fails after 5 rows’ is closed to new replies.