There is a simple error that results in a database error when a product is copied.

9/ ################## FIND ################// AROUND 300

$description_query = tep_db_query("select language_id, products_name, products_description, products_url from " . TABLE_PRODUCTS_DESCRIPTION .... etc

################ ADD AFTER ##################// ... etc


It should be
#################### REPLACE WITH #######################// ... etc
(not ADD AFTER)

Thats it. The file is just the instructions with the above edit.

I hope this is correct - this the 1st time I have contributed.

More...