joschneider Posted June 3, 2005 Report Share Posted June 3, 2005 wir sind einen Schritt weiter, es werden die Artikel aus den Kategorien angezeigt,. Beim weitergehen zum Einzelartikel erscheint dieser Fehler: 1054 - Unknown column 'p.products_vpe' in 'field list' select p.products_fsk18, p.products_discount_allowed, p.products_id, p.products_ean, pd.products_name, pd.products_description, p.products_model, p.products_shippingtime, p.products_quantity, p.products_weight, p.products_image, p.products_status, p.products_ordered, p.products_price, pd.products_url, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id, p.products_vpe, p.products_vpe_status, p.products_vpe_value, p.product_template from products p, products_description pd where p.products_status = '1' and p.products_id = '43' and pd.products_id = p.products_id and pd.language_id = '2' [XT SQL Error] Link to comment Share on other sites More sharing options...
chpohl Posted June 3, 2005 Report Share Posted June 3, 2005 hhmm ... das gleiche in gr?n .... da fehlen Befehle aus den Datenbank-Update-Files. Versuchs mal damit: ALTER TABLE products add products_vpe int(11) NOT NULL AFTER products_fsk18; ALTER TABLE products add products_vpe_status int(1) NOT NULL DEFAULT '0' AFTER products_vpe; ALTER TABLE products add products_vpe_value decimal(15,4) NOT NULL AFTER products_vpe_status; DROP TABLE IF EXISTS products_vpe; CREATE TABLE products_vpe ( products_vpe_id int(11) NOT NULL default '0', language_id int(11) NOT NULL default '0', products_vpe_name varchar(32) NOT NULL default '' ); Link to comment Share on other sites More sharing options...
joschneider Posted June 3, 2005 Report Share Posted June 3, 2005 wir werden immer besser, nur noch diese Fehleranzeige: 1146 - Table 'db124685744.products_images' doesn't exist select image_id, image_nr, image_name from products_images where products_id = '89' ORDER BY image_nr [XT SQL Error] Link to comment Share on other sites More sharing options...
chpohl Posted June 3, 2005 Report Share Posted June 3, 2005 n?chster Versuch: DROP TABLE IF EXISTS products_images;CREATE TABLE products_images (image_id INT NOT NULL auto_increment,products_id INT NOT NULL ,image_nr SMALLINT NOT NULL ,image_name VARCHAR( 254 ) NOT NULL ,PRIMARY KEY ( image_id )); ansonsten guck einfach mal in die Update-Files 2.0 -->3.0.2 und 3.0.2 --->3.0.3 da stehen diese Befehle jeweils drin Link to comment Share on other sites More sharing options...
joschneider Posted June 3, 2005 Report Share Posted June 3, 2005 wir arbeiten uns vor, jetzt ein ERROR 404 Problem wenn man zur Kasse gehet m?chte. Link to comment Share on other sites More sharing options...
joschneider Posted June 3, 2005 Report Share Posted June 3, 2005 Fehler-Erg?nzung: Artikel ist im Warenkorb und vom Warenkorb zur Kasse. Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 3, 2005 Report Share Posted June 3, 2005 404 heisst seite nicht gefunden. der in den korb button verweist auf einen verst?mmelten link: shop/%3Cform%20id= hast du in den templatedateien geschraubt ? ist das template noch von v2 ? auch das muss angepasst werden. wo kommt denn in deinen produktinfos " method="post">immer her ? also sorry, aber da scheint noch einiges nicht korrekt zu sein. ich w?rde dir raten mal nen dienstleister ranzulassen, der k?nnte auch gleich noch die kleinen unstimmigkeiten im template beseitigen. gruss thomas Link to comment Share on other sites More sharing options...
joschneider Posted June 3, 2005 Report Share Posted June 3, 2005 " method="post"> wo das herkommt frage ich mich auch - habe das momentan nicht so wichtig angesehen. Nur das nicht zur Kasse komme, wo ist da anzusetzen? Ich bin nicht der Freek, die ganze Uumstellung hat unser Mitarbeiter gemacht, auch nach den Angaben die so zu finden waren von 2 auf 3.1 auf 3.2 und 3.3 Was immer das auch hei?en mag!!!!!! Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 3, 2005 Report Share Posted June 3, 2005 ja dass kann durchaus daher kommen. method=post geh?rt normalerweise zu einer form-action, zb artikel in den korb legen. irgendwie hast du oder dein mitarbeiter da wohl was zerschossen, wenn auch unabsichtlich. check mal ob es mit dem originalen template xtc2, welches bei 3.0.3. dabei ist, funzt. Link to comment Share on other sites More sharing options...
joschneider Posted June 4, 2005 Report Share Posted June 4, 2005 jetzt bin ich wieder da. Unter mein Shop habe ich das xtc2 template eingestellt, aber da kam gleich eine Fehlermeldung 1054 - Unknown column 'sort_order' in 'order clause' SELECT content_id, categories_id, parent_id, content_title, content_group FROM content_manager WHERE languages_id='2' and file_flag=1 and content_status=1 order by sort_order [XT SQL Error] Wir gehen wieder auf i24-redtech Wie kommen wir weiter die Ware in den Warenkorb zu legen? Link to comment Share on other sites More sharing options...
chpohl Posted June 5, 2005 Report Share Posted June 5, 2005 " method="post"> zeigt, dass das ein Template f?r eine 2er Version ist. Eine Anleitung f?r die Template-Anpassung an die 3er Version findest du hier: http://www.xt-commerce.com/modules/wfsecti...dossier-66.html Link to comment Share on other sites More sharing options...
joschneider Posted June 7, 2005 Report Share Posted June 7, 2005 hallo zusammen, ist es nicht m?glich einfach die Artikel aus dem 2.0 shop exportieren oder per ftp sich die daten zu holen und in die 3.0 version wieder einzuf?gen ??? w?hre doch am einfachsten? ich hab jetzt 2 shops online einmal 2.0 das fehler hat seit Update Link zum 2.0 oder was davon ?brig ist. und 3.0 Link zu 3.0 geht einwandfrei Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 7, 2005 Report Share Posted June 7, 2005 wo ist denn dein problem ? datenbankupdates machen geht fix, und wie chpohl schon sagte: wenn dein tpl noch von v2 stammt, musst du es anpassen / anpassen lassen. das ist bei einer neuinst doch auch nicht anders. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.