Title: Some bugs
Last modified: August 20, 2016

---

# Some bugs

 *  Resolved [fransberns](https://wordpress.org/support/users/fransberns/)
 * (@fransberns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/)
 * Hello
    Great plugin, but I think that version 0.7.0 it has some bugs:
 * 1.- The script ignore the first line of import.csv
    Instead of: `92 $row = 0;`…
   should be: `92 $row = 1;`
 * 2.- Instead of:
    `185 if (isset($data[12]) && $data[11] )`
 * … should be:
    `185 if (isset($data[11]) && $data[11] )`
 * 3.- Instead of:
    `180 //set the height`
 * … should be:
    `180 //set the width`
 * 4.- Line 131 is unnecessary:
    `131 $row ++;`
 * [http://wordpress.org/extend/plugins/woocommerce-csvimport/](http://wordpress.org/extend/plugins/woocommerce-csvimport/)

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

 *  Plugin Author [allaerd](https://wordpress.org/support/users/allaerd/)
 * (@allaerd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/#post-3431057)
 * hello fransberns,
 * Thanks for the info. Fixed them in 0.7.1
 * except the row thing. in line 99 i check this: `if ($row <> 0 ) $csvcontent[]
   = $line;`.
 * Version 1.0 will be out soon. And will be rebuild from scratch.
 *  [kyagi](https://wordpress.org/support/users/kyagi/)
 * (@kyagi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/#post-3431081)
 * Hi Allaerd, on 0.7.1 the problem of time out error 500 persist also with “experimental
   background settings”…
 *  Plugin Author [allaerd](https://wordpress.org/support/users/allaerd/)
 * (@allaerd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/#post-3431091)
 * Hi there,
 * The time out error is because you probably are trying to import a large amount
   of rows. You can change your apache settings to have a higher timeout or split
   the csv file into smaller chunks
 *  [kyagi](https://wordpress.org/support/users/kyagi/)
 * (@kyagi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/#post-3431107)
 * Hi Allaerd,
    I sent you an email with a csv sample of only 15 products.. in normal
   mode work well but if i increase product i get time out error, in “experimental
   background settings” only first row it’s imported.. it’s very strange..
 * Thanks for support
 *  Plugin Author [allaerd](https://wordpress.org/support/users/allaerd/)
 * (@allaerd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/#post-3431122)
 * Hi there,
 * I tried your csv with no problems at all. I think you really should check your
   server
 *  [kyagi](https://wordpress.org/support/users/kyagi/)
 * (@kyagi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/#post-3431123)
 * Thanks Allaerd,
    I sent an email to my hosting provider to find a solution.. 
   For now in .htaccess file on wordpress root I’ve inserted this code to expand
   time out:
 * php_value max_execution_time 600
 * Thanks for support and for your fantasti plugin..
    to be perfect in future version
   add the possibility to update only stock, price and insert attribute for manufacturer.
 * Regards

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

The topic ‘Some bugs’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-csvimport_aa9366.svg)
 * [Woocommerce CSV importer](https://wordpress.org/plugins/woocommerce-csvimport/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-csvimport/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-csvimport/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-csvimport/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-csvimport/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-csvimport/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [kyagi](https://wordpress.org/support/users/kyagi/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/some-bugs-1/#post-3431123)
 * Status: resolved