TraX Posted May 5, 2006 Report Share Posted May 5, 2006 Hallo wer kann mir den helfen es geht alles bis sonderangebote und bewertungen wennich da im admincenter trauf gehe komme immer 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 '-20, 20' at line 1 select p.products_id, pd.products_name, p.products_price, s.specials_id, s.specials_new_products_price, s.specials_date_added, s.specials_last_modified, s.expires_date, s.date_status_change, s.status from products p, specials s, products_description pd where p.products_id = pd.products_id and pd.language_id = '2' and p.products_id = s.products_id order by pd.products_name limit -20, 20 [XT SQL Error] bei Produktbewertungen 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 '-20, 20' at line 1 select reviews_id, products_id, date_added, last_modified, reviews_rating from reviews order by date_added DESC limit -20, 20 [XT SQL Error] Link to comment Share on other sites More sharing options...
micber Posted May 16, 2006 Report Share Posted May 16, 2006 hab das gleiche Problem. Liegt wahrscheinlich an der Kombination php 5.01 und mySQL 5 - das soll nicht einwandfrei mit XTC zusammenlaufen. Soviel weiss ich schon: mysql 5 mag keine negativen Werte, also z.B. -20 Aber viel weiter bin ich auch noch nicht gekommen. Wei? denn hier niemand Rat? Link to comment Share on other sites More sharing options...
Cuky Posted May 16, 2006 Report Share Posted May 16, 2006 @all Hallo, das Problem hatte ich auch und hier die L?sung: Damit ihr Sonderangebote einstellen k?nnt, m?sst ihr auf eure Datenbank gehen und dort ein Sonderangebot manuell einf?gen. Das gleich war bei den Herstellern auch. Geht auf euren Shop und macht eine beliege Testbewertung euers Produktes, dann sollte auch der Fehler bei der Bewertung nicht mehr erscheinen. MfG Selcuk Link to comment Share on other sites More sharing options...
na15 Posted September 30, 2006 Report Share Posted September 30, 2006 In welcher Tabelle werden die Sonderangebote gespeichert? Danke und Gruß, René Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.