Hallo zusammen,
habe oscommerce sowie den jtl connector installiert. Die Artikel sowie Kategorien werden auch prima übertragen.
Jedoch bekomm ich immer diesen Fehler, wenn ich im Shop eine Kategorie aufrufen möchte:
Das gleiche kommt wenn ich etwas suchen möchte
Jemand ne Idee woran es liegen könnte? Die einzelnen Produkte (zb neue Produkte im Januar) lassen sich ohne Probleme öffnen
habe oscommerce sowie den jtl connector installiert. Die Artikel sowie Kategorien werden auch prima übertragen.
Jedoch bekomm ich immer diesen Fehler, wenn ich im Shop eine Kategorie aufrufen möchte:
Code:
1054 - Unknown column 'p.products_id' in 'on clause'
select count(p.products_id) as total 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 = '29'
[TEP STOP]
Das gleiche kommt wenn ich etwas suchen möchte
Code:
1054 - Unknown column 'p.products_id' in 'on clause'
select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '2' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%suche%' or p.products_model like '%suche%' or m.manufacturers_name like '%suche%') )
[TEP STOP]
Jemand ne Idee woran es liegen könnte? Die einzelnen Produkte (zb neue Produkte im Januar) lassen sich ohne Probleme öffnen