schniwatz Posted April 17, 2006 Report Share Posted April 17, 2006 Hallo zusammen, beim Aufrufen einer Kategorie bekomme ich folgende Fehlermeldung: 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 p.products_price ASC [XT SQL Error] Der Shop ist neu installiert und die Kategorie habe ich neu angelegt. Hatte den Fehler schon vorher beim import meiner lokalen DB und dachte dass es vielleicht daran liegt. Aber mit einer kompletten Neuinstallation auf dem Server funktioniert es leider auch nicht. Ist das ein bekanntest Problem? Ich benutze PHP 5.1.2, XTC 3.0.4 SP1 und MySQL 5.0.13-rc-Debian_1-log au?erdem folgenden Webserver: Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7g DAV/2 PHP/5.1.2 Gr??e Link to comment Share on other sites More sharing options...
schniwatz Posted April 17, 2006 Author Report Share Posted April 17, 2006 Hab ein bisschen gesucht und rausgefunden dass der SHop anscheinend nicht mit mysql 5 l?uft. L?sst sich dieses Problem umgehen oder gibt es ein bugfix? Ich w?rde nur sehr ungern mein SQL downgraden... Link to comment Share on other sites More sharing options...
schniwatz Posted April 17, 2006 Author Report Share Posted April 17, 2006 Hab jetzt mit Google und der Boardsuche ein paar L?sungsans?tze gefunden aber irgendwie nichts richtiges. Es hei?t immer nur dass es an MySQL liegt aber ich habe in keinen Post eine "richtige" Antwort gefunden wie man das Problem l?st. Vielleicht kann jemand der dieses Prob schon bei sich gel?st hat, einfach mal ein kleines "How to" schreiben... Link to comment Share on other sites More sharing options...
mzanier Posted April 17, 2006 Report Share Posted April 17, 2006 mysql5 Problem. patches stehen im downloadbereich der sponsorn zur verf?gung. mfg, mzanier Link to comment Share on other sites More sharing options...
schniwatz Posted April 17, 2006 Author Report Share Posted April 17, 2006 Hmm, ich hab keinen Zugriff zum Sponsorenbereich. Link to comment Share on other sites More sharing options...
schniwatz Posted April 17, 2006 Author Report Share Posted April 17, 2006 Bekomme ich trotzdem das Bugfix oder hab ich da keine Chance? Link to comment Share on other sites More sharing options...
schniwatz Posted April 18, 2006 Author Report Share Posted April 18, 2006 Kann mir jemand diesen Bugfix geben oder mir zumindest sagen in welcher Zeile ich etwas ?ndern muss? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.