Sounds like you've lost the auto_increment setting in the database for the products_id field on your products table. That sort of thing generally only happens when doing an export/import of the database when changing servers and changing MySQL versions at the same time, or when someone is tampering with the database structure without sufficient understanding of the impact of messing around.


Reply With Quote
