Hi,
I have taken data from a MySQL 4.0 Database, and inserted this in a new MySQL 5.0 database. Everything is going well, apart from the attributes. I have started with completely empty tables in the database for:
- products_options
- products_options_values
- products_options_values_to_products_options
Now when I create a new option name, and assign option values to this, I will not be able to insert the various options in my products.
What happens is that for the option name, I get a list of only option value 1, that keeps repeating for all the values that I have created.
Also if I create another option name, it repeats the value of option 1 several times.
And so on.180537 Contrast Colour 45 White + 0.0000 + 0
180538 Contrast Colour 45 White + 0.0000 + 0
I think it has something to do with the number 180537 and ..538 etc, as it is a new database it surely should be starting with 000001 ..etc. But I have not been able to find that table, so I can reset it to 1.
So what ever I do, I can create several option names, but my customers will only ever be able to choose the first value of option 1
Any one know how to fix this?
Many thanks,
Goshawk



