sw22121978 Posted December 23, 2008 Report Share Posted December 23, 2008 Hallo zusammen, ich habe mir einen Shop erstellen lassen und bin nun dabei diesen einzurichten. Bis jetzt sieht alles ganz gut aus und ich habe ihn mal von einigen Leuten testen lassen. Nun bekommen einige diiese Fehlermeldung wenn Sie Ware auswählen und in den Warenkrob verschieben. Die Ware ist dann im Korb aber die Fehlermeldung muss ja einen Ursprung haben. Weiss wer rat? Ferner gibt es noch ein Problem mit dem Zusammenspiel zwischen den verschiedenen Internet Explorer Versionen und Firefox. Bei dem Explorer Version 6 werden keine Bilder angezeigt, ab Version 7 ist alles einewandfrei. Jemand da eine Idee? Der shop ist unter www.rs-segelken.de\shop zu finden falls wer schauen möchte. Hoffe auf eure Hilfe da ich ein echter Neuling bin in der Sache. Danke euch und MERRY X-Mas! 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 'and p.products_fsk18!=1 p.products_status = '1' and' at line 8 SELECT * FROM products p, products_description pd WHERE p.products_cartspecial = '1' and p.products_id=pd.products_id and and p.products_fsk18!=1 p.products_status = '1' and pd.language_id = '2' order by p.products_startpage_sort ASC limit 5 Link to comment Share on other sites More sharing options...
caru Posted December 29, 2008 Report Share Posted December 29, 2008 SELECT * FROM products p, products_description pd WHERE p.products_cartspecial = '1' and p.products_id=pd.products_id and and p.products_fsk18!=1 hier muss ein And hineinp.products_status = '1' and pd.language_id = '2' order by p.products_startpage_sort ASC limit 5 Die Abfrage sieht dann so aus in welcher Datei dies steht weiß ich nicht, schaue doch einfach mal mit einer Textsuche nach: p.products_cartspecial SELECT * FROM products p, products_description pd WHERE p.products_cartspecial = '1' and p.products_id=pd.products_id and p.products_fsk18!=1 AND p.products_status = '1' and pd.language_id = '2' order by p.products_startpage_sort ASC limit 5 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.