Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2091
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2091
Hi Cindy
A user says
I have had him confirm that the file itself is correct and not malformed (ie. it's not suddenly over 3 times larger than before), but although he's set it to split at 60000 records per file, it is splitting to around 3000 records per file.The 'DBIO Split File: Record Count' is being ignored. It is set at 60000 which usually produces 6 files, it is currently producing 22!
Can you offer any suggestions as to why this might be?
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Thanks - looks like he's still on 1.6.3 - will try the upgrade
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
I've tried to find my answer because I'm sure it's here but I cannot find it.
My client is/was using Apsona (which no longer works for us) and needs to add products. I'm getting:
✗ products.products_id, line #2: Value () is not an integer
DBIO 1.6.3
ZC 1.536c
I have ADD in v_dbio_command and v_products_id is blank.
What formatting do I need to insert new products?
I'm having a small issue that's driving me crazy, I'm using dbio to bring products onto a new Zencart site. However, when uploading new products with a specific ID i would like to keep it seems that dbio is ignoring v_products_id and instead using a generated auto-increment value.
I have looked through the settings and don't believe this is something that can be controlled?
Feel like I'm missing something obvious...
You're not missing anything obvious (I'll update the documentation to make it more clear).
If a products_id isn't already present in the database for a Products import, then it's a new product and, to keep the database integrity, a new auto-increment value is assigned. The same holds true for any import: If the auto-incremented 'id' for the to-be-imported table doesn't already exist, the next auto-increment value is assigned on the import.
Bookmarks