matze75 Posted April 4, 2006 Report Share Posted April 4, 2006 Hallo, ich habe folgendes Problem wenn ich eine Kategorie oder ein Artikel aufrufe kommt 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_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 = '21' ORDER BY p.products_price ASC [XT SQL Error] Lokal funktioniert es aber! Lokal habe ich folgende Version: Apache/2.0.54 PHP Version 5.0.4 Mysql: 4.1.12 Auf dem Server ist folgenes installiert: Apache 2.0 Handler PHP Version 4.3.10 Mysql: 4.1.10a Jetzt habe ich in diversen Unterforen gelesen das es bei anderen Leuten an MySQL Version 5 lag, aber ich habe auf beiden Servern Version 4 installiert. Hat einer eine Idee wo der Fehler noch sein kann und was ich ?ndern mu? damit es l?uft? Ich danke schon mal im Voraus! Gru? Matze Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.