biinchen Posted August 12, 2017 Share Posted August 12, 2017 (edited) Wenn ich auf Katalog Produkte einen einen Artikel anlegen will erscheint nicht die Erfassugsmaske sondern das Dashboard. Error (in Debug Mode) Whoops, looks like something went wrong. 1/1 PrestaShopDatabaseException in Db.php line 744 Unknown column 'id_type_redirected' in 'field list'<br /><br /><pre>INSERT INTO `ps_product` (`id_shop_default`, `id_manufacturer`, `id_supplier`, `reference`, `supplier_reference`, `location`, `width`, `height`, `depth`, `weight`, `quantity_discount`, `ean13`, `isbn`, `upc`, `cache_is_pack`, `cache_has_attachments`, `is_virtual`, `state`, `id_category_default`, `id_tax_rules_group`, `on_sale`, `online_only`, `ecotax`, `minimal_quantity`, `price`, `wholesale_price`, `unity`, `unit_price_ratio`, `additional_shipping_cost`, `customizable`, `text_fields`, `uploadable_files`, `active`, `redirect_type`, `id_type_redirected`, `available_for_order`, `available_date`, `show_condition`, `condition`, `show_price`, `indexed`, `visibility`, `cache_default_attribute`, `advanced_stock_management`, `date_add`, `date_upd`, `pack_stock_type`) VALUES ('1', '0', '0', '', '', '', '0', '0', '0', '0', '0', '', '', '', '0', '0', '0', '0', '2', '0', '0', '0', '0', '1', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '0000-00-00', '0', 'new', '1', '0', 'both', '0', '0', '2017-08-12 15:42:05', '2017-08-12 15:42:05', '3')</pre> in db.php at line 744 ..... Edited August 12, 2017 by biinchen (see edit history) Link to comment Share on other sites More sharing options...
rictools Posted August 12, 2017 Share Posted August 12, 2017 Kam denn dieser Fehler aus heiterem Himmel oder besteht er nach einer Installation von Anfang an, nach einem Update, nach einem Importvorgang? Um welche Prestashop-Version handelt es sich? Kannst du bestehende Artikel bearbeiten? Link to comment Share on other sites More sharing options...
Scully Posted August 12, 2017 Share Posted August 12, 2017 Die Ursache des Fehlers lautet so - nun fragt man sich, weshalb hier ein Feld isbn existieren sollte: #1054 - Unbekanntes Tabellenfeld 'isbn' in field list Link to comment Share on other sites More sharing options...
biinchen Posted August 13, 2017 Author Share Posted August 13, 2017 Habs gefunden: https://www.prestashop.com/forums/topic/603518-cannot-add-products-1710/ Solution: ( for 1.7.x to 1.7.1 ) In the database, in the tables "ps_product" and "ps_product_shop" Change the name of the "id_product_redirected" column to "id_type_redirected". That is all. DANKE Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now