Stystern Posted October 27, 2010 Report Share Posted October 27, 2010 Hallo Leute Ich hab da ein kleines Problem mit dem Shop unzwar: wenn ich ein Kategorie öffne mit Artikeln, krieg ich diese Fehlermeldung: 1054 - Unknown column 'p.products_ean' in 'field list' 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_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 = '3' ORDER BY pd.products_name ASC limit 0, 20 [XT SQL Error] Das komische bloß ist nur, wenn ich eine leere Kategorie öffne funktioniert es besten, aber bei einer Kategorie wo Artikel drine sind, funkt es nicht. Danke schonmal für die Hilfen MfG Link to comment Share on other sites More sharing options...
Stystern Posted October 27, 2010 Author Report Share Posted October 27, 2010 Kann mir niemand helfen???? Schon ganz Google durchforstet, aber leider ohne Erfolg Link to comment Share on other sites More sharing options...
web_dev_halekin Posted November 5, 2010 Report Share Posted November 5, 2010 das kann ich dir sagen: Die Fehlermeldung sagt, das die in der Spaltenauflistung stehende Spalte 'p.products_ean' nicht vorhanden ist. schau mal in deine SQL Datenbank, und überprüfe dies. Die häufigste Ursache für solche Fehlermeldungen ist auch: das da wo ein Schreibfehler in der SQL Abfrage oder halt in der Datenbank ist Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.