schmudoas Posted January 10, 2007 Report Share Posted January 10, 2007 Hallo, wenn ich bei meinem Shop auf einen Hersteller gehe, in der Hersteller_box dann bekomme ich eine Fehlermeldung. 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'left join specials s on p.products_id = s.products_id ' at line 20 select p.products_fsk18, p.products_shippingtime, p.products_model, p.products_ean, pd.products_name, p.products_id, p.products_price, m.manufacturers_name, p.products_quantity, p.products_image, p.products_weight, pd.products_short_description, pd.products_description, p.manufacturers_id, p.products_vpe, p.products_vpe_status, p.products_vpe_value, p.products_discount_allowed, p.products_tax_class_id from products_description pd, manufacturers m, products p, left join specials s on p.products_id = s.products_id where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '2' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '10' [XT SQL Error] Wie soll ich vorgehen und wo ist das Problem ? Link to comment Share on other sites More sharing options...
schmudoas Posted January 10, 2007 Author Report Share Posted January 10, 2007 Also ich hab das ganze Forum durchsucht und ich bin der Lösung schon etwas näher gekommen. Wenn ich im default.php die Zeilen 199, 233, 277 und 320 ändere dann läuft mein MANUFACTURERS (Hersteller) nur dann bekomme ich bei den Categorien probleme. Wer weiß da eine Lösung ? Welche Zeile muß ich ändern oder welche darf ich nicht ändern ???? Please help me - ich habs verdient (grins) Link to comment Share on other sites More sharing options...
techway Posted January 10, 2007 Report Share Posted January 10, 2007 welche MySQL-Version hast du? und welche Shop-Version? Link to comment Share on other sites More sharing options...
Rovert Posted January 10, 2007 Report Share Posted January 10, 2007 kein komma vor left join. T Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.