TStiebne Posted March 20, 2006 Report Share Posted March 20, 2006 Hi Leute, hab folgendes Problem: wenn ich eine von mir erstellte Kategorie im Shop aufrufe meldet er: ******************************************************************* 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_vpe, p.products_vpe_status, p.products_vpe_value, 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 = '1' ORDER BY pd.products_name DESC [XT SQL Error] ******************************************************************* was will er mir damit sagen? Bei den Produkten hab ich das problem im ?brigen nicht die zeigt er mir auf der Startseite an. Schon mal danke f?r Eure Hilfe im vorraus! Gru? Thomas Link to comment Share on other sites More sharing options...
p-tree Posted July 3, 2006 Report Share Posted July 3, 2006 Liebe Community, ich erhalte bei dem Anlegen einer Kategorie diese Meldung: 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 'where categories_id = '1'' at line 1 update categories se where categories_id = '1' [XT SQL Error] http://www.joundjos.de/shop/admin/categori...insert_category war in der browserzeile Ich habe es nochmal versucht und dann kam die selbe Meldung, nur dass dann id 2 eingesetzt war. Weiss jemand was es sein kann? In der "Suche" hier im Forum konnte ich die Meldung leider nicht finden. Link to comment Share on other sites More sharing options...
hkrueger Posted July 4, 2006 Report Share Posted July 4, 2006 Ich habe das selbe Problem! Kann jemand mit der Fehlermeldung etwas anfangen? Link to comment Share on other sites More sharing options...
Schmiddy Posted April 19, 2007 Report Share Posted April 19, 2007 Genau die gleiche habe ich auch. Bin ich wohl doch nicht allein... Jemand schon eine Lösung ? Link to comment Share on other sites More sharing options...
Transmitter Posted September 28, 2007 Report Share Posted September 28, 2007 Hier das Thema auch noch mal nach oben .... Bei einem Lösungsansatz bitte Bescheid geben! Kann doch nicht sein, dass 20 Leute einfach auf den Shop verzichten nur weil keiner das Problem lösen kann. Link to comment Share on other sites More sharing options...
Christian Weber Posted February 27, 2008 Report Share Posted February 27, 2008 Habe genau das gleiche Problem. Finde den Shop sonst super, kann doch nicht sein das sich noch niemand von den Entwicklern dessen angenommen hat. Habe eigentlich wenig Lust jetzt auf einen anderen Shop zu setzen nachdem ich alles eingerichtet habe. Link to comment Share on other sites More sharing options...
Superskunk22 Posted March 4, 2008 Report Share Posted March 4, 2008 Leider habe ich auch die gleiche 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 'where categories_id = '6'' at line 1 update categories se where categories_id = '6' [XT SQL Error] Für mich sieht es so aus, als ob irgendetwas mit den Hochkommas bzw. Anführungszeichen in der new_category.php nicht stimmt. Vielleicht liegt es aber auch der der PHP bzw. SQL Version des Servers. Hat noch niemand eine Lösung dafür? Link to comment Share on other sites More sharing options...
Christian Weber Posted March 4, 2008 Report Share Posted March 4, 2008 Habs hinbekommen. Habe die Tabellen in der SQL manuell geleert, danach gings. Link to comment Share on other sites More sharing options...
Superskunk22 Posted March 4, 2008 Report Share Posted March 4, 2008 Ging bei mir leider nicht. Die Tabelle "categories" habe ich komplett geleert. Der gleiche SQL Fehler erscheint leider wieder. Wie man den Primary categories_id wieder auf 1 setzt weiß ich auch nicht. In meinem Browser wird in der Adresszeile "admin/categories.php?cPath=0&cID=&action=insert_category" angezeigt. Bedeutet das, dass die Fehlerhafte SQL Abfrage in categories.php ist? Ach ja, ich habe MySQL5 und XT 304SP2.1 Link to comment Share on other sites More sharing options...
Superskunk22 Posted March 5, 2008 Report Share Posted March 5, 2008 Nach mehrmaligem Neuinstallieren und auch Datenbanklöschen hab ich die Nase voll. Hab das XTC komplett verworfen und mir OS Commerce installiert. Ergebnis: läuft von Anfang an so wie es soll und das ohne kryprische Fehlermeldungen. Eigentlich Schade, da mir XTC etwas besser gefallen hätte... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.