Jump to content
xt:Commerce Community Forum

Erstellen von Kategorien


TStiebne

Recommended Posts

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

  • 3 months later...

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

  • 9 months later...
  • 5 months later...
  • 4 months later...

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...