Quote Originally Posted by OopsIbrickedIT View Post
Hi,

I installed DbIo on ZC 1.5.0 which runs non english language. Copied the language files to my language folders and DBIo seemed to work. Then I started to make around 1700 product import preparations and spent all most a day of doing so. Now I am little frustrated because I get this error:

The current import-file is missing these (v_products_id) required columns; the import is disallowed.

I use ; as a delimeter but changed that on the settings to be correct first thing. I also converted to , delimeter but no change. v_products_id is first column in my csv file. This is very frustrating because I have a tight time frame regarding these products and now I have 0 of them for sale and selling season goes by hour by hour... Any help would be greatly appreciated.
Quote Originally Posted by OopsIbrickedIT View Post
I turned out debugging but it revealed nothing I could see, then I made an export from the folder where I was going to import products and it revealed something very peculiar:

Click image for larger version. 

Name:	integer_error.jpg 
Views:	153 
Size:	79.3 KB 
ID:	18409

Actually that is all most funny but I am so pissed of I am not laughing. See Wikipedia and find out what an Integer is
It sounds like (from the first referenced post) that you're importing those products. You'll need to add a column named v_dbio_command and fill each column with the DbIo command ADD to force the import of those products.

For the second referenced post, you've run into the same issue as @lynbor; see post #213 for the correction.