Good morning everyone, I am having an issue with the csv products upload batch and was wondering if anyone have seen it before and knows what is happening.
I am able to batch upload just fine all my producst and get all the images created on my local XAMPP setup using the same php version. I am running php 5.6.30 locally on an OSX Sierra computer. Online is Debian 3.16.39 with php 5.6.30 as well. Thirtybees 1.0.3.
I am running imagemagick on both servers using the TB extension as well. Mind you, I did test with or without it and it did not make a difference so it is not related to it.
All my products have 3 images to create, if I change all my products to use only one image in the csv (always the same) it will create them all without issues.
With imagemagick turned ON, it is creating only 5 products. With it turned OFF, I could create 10 once but it crashed as well. (when products have 3 images)
The error says nothing, I have nothing in the logs, nothing in the php logs either. If I turn debug mode ON I get nothing more usefull either.
After the error as been outputted, the script continue and creates the 5 first products (checking in the TB products table, it is taking from 1 to 2 minutes to get them all created, they keep going until the fifth is eventually created and does not go further).
So there is some kind of a loop that seems to be creating them 5 by 5 and does not move to the next iteration apparently.
This was a long post, sorry, trying to give as much infos as possible. Thanks for any help, screenshot of the error follows.
Question
ssimard
Good morning everyone, I am having an issue with the csv products upload batch and was wondering if anyone have seen it before and knows what is happening.
I am able to batch upload just fine all my producst and get all the images created on my local XAMPP setup using the same php version. I am running php 5.6.30 locally on an OSX Sierra computer. Online is Debian 3.16.39 with php 5.6.30 as well. Thirtybees 1.0.3.
I am running imagemagick on both servers using the TB extension as well. Mind you, I did test with or without it and it did not make a difference so it is not related to it.
All my products have 3 images to create, if I change all my products to use only one image in the csv (always the same) it will create them all without issues.
With imagemagick turned ON, it is creating only 5 products. With it turned OFF, I could create 10 once but it crashed as well. (when products have 3 images)
The error says nothing, I have nothing in the logs, nothing in the php logs either. If I turn debug mode ON I get nothing more usefull either.
After the error as been outputted, the script continue and creates the 5 first products (checking in the TB products table, it is taking from 1 to 2 minutes to get them all created, they keep going until the fifth is eventually created and does not go further).
So there is some kind of a loop that seems to be creating them 5 by 5 and does not move to the next iteration apparently.
This was a long post, sorry, trying to give as much infos as possible. Thanks for any help, screenshot of the error follows.
16 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now