Macel Posted July 7, 2008 Report Share Posted July 7, 2008 Hallo zusammen, über diesen Fehler wurde hier ja schon häufiger diskutiert. Habe auch schon die Allroundlösung versucht, aber ich bekomme es nicht hin. Bin leider nicht allzu sehr bewandert in diesen Dingen. Aber zum eigentlichen Problem: Ich bekomme nach der Installation folgende Fehlermeldung: 1054 - Unknown column 'p.manufacturers_id' in 'on clause' select distinct p.products_id, p.products_fsk18, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from products p, categories c, products_to_categories p2c left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join products_description pd on p.products_id = pd.products_id and pd.language_id = '1' where c.categories_status=1 and p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and products_status = '1' and p.products_date_added > '2008.06.27' order by p.products_date_added DESC [XT SQL Error] Habe über genau diesen Fehler im Forum nichts gefunden und die anderen Lösungen passen nicht. Kann mir vielleicht jemand helfen? Dankeschön, Grüße! Macel Link to comment Share on other sites More sharing options...
rivendarkness Posted July 8, 2008 Report Share Posted July 8, 2008 Ich hab dir mal eine PN geschrieben, da du nicht weiterkommst, muss man dir halt anders helfen Link to comment Share on other sites More sharing options...
Macel Posted July 14, 2008 Author Report Share Posted July 14, 2008 Hat sich erledigt. Das Problemlag bei MySql 5.0 Verwende jetzt einfach 4.0 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.