Speedy007 Posted July 15, 2009 Report Share Posted July 15, 2009 Kann mir auch jemand hier aus der Patsche helfen ? 1054 - Unknown column 'p.products_vpe' in 'field list' 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_to_categories p2c, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id 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 = '2591' ORDER BY pd.products_name ASC limit 0, 20 [XT SQL Error] Link to comment Share on other sites More sharing options...
Antaria Posted August 12, 2009 Report Share Posted August 12, 2009 Ich hab da ein Ähnliches Problem, allerdings habe ich kein eigenes Forum oder ähnliches, bin nur dort als Co Admin tätig. Wenn ich eine Verwarnung geben möchte, kommt folgendes: SQL-DATABASE ERROR Database error in WoltLab Burning Board (2.3.6): Invalid SQL: UPDATE `bb1_verwarnungen` SET anzahl = '2', text = 'Sonstiges', sonstiges = '', id_v = '274°|*159', verwarner = '\\'indows°|*Aviva', datum = '1250079809', postid = '11080', threadid = '1790', topic = 'ich suche' WHERE id_n = '874' mysql error: 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 'indows°|*Aviva', datum = '1250079809', postid = '11080', threadid = '1790', topi' at line 1 mysql error number: 1064 mysql version: 5.0.32-Debian_7etch10-log php version: 5.2.0-8+etch15 Date: 12.08.2009 @ 14:23 Script: /board/verwarnung.php?userid=874&postid=11080 Referer: Liegt es an mir oder muss der Admin dieses Boards irgentetwas unternehmen? Ich habe leider keine Ahnung von php und wüsste auch nicht wo ich was finden kann um was um zu schreiben Bin aber lernfähig Über Hilfe würde ich mich freuen. LG Antaria Link to comment Share on other sites More sharing options...
matz Posted November 14, 2009 Report Share Posted November 14, 2009 Hallo, ich hatte auch das :1054 - Unknown column 'p.products_id' in 'on clause' Problem als ich gerade mit meinem 3.0.4 SP1 Shop auf meinen MySQL 5 Server umgezogen bin. Habe einfach die default.php vom 3.0.4 SP2 übertragen. Funktioniert einwandfrei. Link to comment Share on other sites More sharing options...
AssY Posted February 22, 2011 Report Share Posted February 22, 2011 Hallo zusammen, wollte soeben bei meinem Shop den Kundengruppencheck aktivieren und nach bestätigung hat sich dieses fenster erschienen: ------------------------- 1054 - Unknown column 'c.group_ids' in 'where clause' select c.categories_id, cd.categories_name, c.parent_id from categories c, categories_description cd where c.categories_status = '1' and c.parent_id = '0' and c.group_ids LIKE '%c_1_group%' and c.categories_id = cd.categories_id and cd.language_id='2' order by sort_order, cd.categories_name [XT SQL Error] --------------------------- Jetzt kann ich es leider nicht deaktivieren... Ich komme nicht in das Admin Menü. Kann mir hierbei jemand helfen? Was muss ich löschen od. ersetzen, dass mein Shop wieder aktiv wird? Vielen Dank im voraus. Gruß AssY Link to comment Share on other sites More sharing options...
Saladin Posted February 22, 2011 Report Share Posted February 22, 2011 1054 - Unknown column 'p.manufacturers_id' in 'on clause' select distinct p.products_id, p.products_fsk18, pd.products_name, pd.products_short_description, p.products_image, p.products_price, p.products_vpe, p.products_vpe_status, p.products_vpe_value, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from products p, categories c, products_to_categories p2c left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join products_description pd on p.products_id = pd.products_id and pd.language_id = '2' where c.categories_status=1 and p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and products_status = '1' and p.products_date_added > '2010.11.24' order by p.products_date_added DESC [XT SQL Error] Link to comment Share on other sites More sharing options...
AssY Posted February 23, 2011 Report Share Posted February 23, 2011 Hallo zusammen, wollte soeben bei meinem Shop den Kundengruppencheck aktivieren und nach bestätigung hat sich dieses fenster erschienen: ------------------------- 1054 - Unknown column 'c.group_ids' in 'where clause' select c.categories_id, cd.categories_name, c.parent_id from categories c, categories_description cd where c.categories_status = '1' and c.parent_id = '0' and c.group_ids LIKE '%c_1_group%' and c.categories_id = cd.categories_id and cd.language_id='2' order by sort_order, cd.categories_name [XT SQL Error] --------------------------- Jetzt kann ich es leider nicht deaktivieren... Ich komme nicht in das Admin Menü. Kann mir hierbei jemand helfen? Was muss ich löschen od. ersetzen, dass mein Shop wieder aktiv wird? Vielen Dank im voraus. Gruß AssY ---------------------------------------------------------------------- Hab es geschafft!!!!!! Zum Glück Ich habe im "PHPMYADMIN" bei categries und bei products eine neue Spalte mit "group_ids" erstellt... Nun funzt endlich wieder mein Shop Anbei noch zwei Bilder als Lösungshilfe Link to comment Share on other sites More sharing options...
oxxmoxx Posted July 8, 2011 Report Share Posted July 8, 2011 Hallo, ich hatte auch das :1054 - Unknown column 'p.products_id' in 'on clause' Problem als ich gerade mit meinem 3.0.4 SP1 Shop auf meinen MySQL 5 Server umgezogen bin. Habe einfach die default.php vom 3.0.4 SP2 übertragen. Funktioniert einwandfrei. Danke schön für diese einfache und perfekte Lösung . Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.