Grunewald Posted December 24, 2003 Report Share Posted December 24, 2003 Hallo, wenn ich Produkt duplizieren w?hle, kommt folgender Fehler: 1136 - Column count doesn't match value count at row 1 insert into products_description (products_id, language_id, products_name, products_description, products_short_description, products_meta_title, products_meta_description, products_meta_keywords, products_url, products_viewed) values .... [XT SQL Error] Link to comment Share on other sites More sharing options...
Harun Posted January 9, 2004 Report Share Posted January 9, 2004 Hallo, habe den selben Fehler... Hat jemand ne L?sung? mfg Harun Link to comment Share on other sites More sharing options...
Harun Posted January 9, 2004 Report Share Posted January 9, 2004 habe den Fehler gefunden. In der Datei \Admin\categories.php muss die Zeile 360 durch folgenden Code ersetzt werden, da drei Argumente zu wenig angegeben sind.xtc_db_query("insert into " . TABLE_PRODUCTS_DESCRIPTION . " (products_id, language_id, products_name, products_description, products_short_description, products_meta_title, products_meta_description, products_meta_keywords, products_url, products_viewed) values ('" . $dup_products_id . "', '" . $description['language_id'] . "', '" . addslashes($description['products_name']) . "', '" . addslashes($description['products_description']) . "','" . addslashes($description['products_short_description']) . "','" . addslashes($description['products_meta_title']) . "','" . addslashes($description['products_meta_description']) . "','" . addslashes($description['products_meta_keywords']) . "', '" . $description['products_url'] . "', '0')"); Link to comment Share on other sites More sharing options...
mzanier Posted January 9, 2004 Report Share Posted January 9, 2004 manchmal hilft es auch wenn man die suche ben?tzt http://www.xt-commerce.com/modules/ipboard...845&hl=kopieren Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.