triplexXx Posted December 18, 2007 Report Share Posted December 18, 2007 Hallo ich habe soeben Xtcommerce 3.04 SP1 auf meinem Webspace zu Testzwecken installiert, nach erfolgreicher reibungsloser Installation und Einrichten einer ersten Kategorie nebst Unterkategorie und einem Artikel kam beim Anklicken auf die Unterkategorie folgende Fehlermeldung... 1054 - Unknown column 'p.products_id' in 'on clause' select p.products_fsk18, p.products_shippingtime, p.products_model, p.products_ean, pd.products_name, m.manufacturers_name, p.products_quantity, p.products_image, p.products_weight, pd.products_short_description, pd.products_description, p.products_id, p.manufacturers_id, p.products_price, p.products_vpe, p.products_vpe_status, p.products_vpe_value, p.products_discount_allowed, p.products_tax_class_id from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '2' and p2c.categories_id = '2' ORDER BY p.products_price ASC [XT SQL Error] Weiß jemand Abhilfe? Konnte als xtc-noob im Forum nix finden... 1000Dank TripleX Link to comment Share on other sites More sharing options...
shd-media Posted December 19, 2007 Report Share Posted December 19, 2007 Ihm fehlt anscheinend die beannten p.products_id Spalte in der Datenbank. Evntl wurde die Spalte fehlerhaft benannt. Geh mal in deine MySQL Datenbank und schau nach, ob du die aplte dort findest und ob der name in der DB stimmt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.