Jump to content
xt:Commerce Community Forum

Error 1054 - Hier eine Allroundlösung gefunden


Recommended Posts

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

  • 4 weeks later...
  • Replies 131
  • Created
  • Last Reply

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

  • 3 months later...

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

  • 1 year later...

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

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

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 ;)

2yue4pye.jpg

yi6pkh5w.jpg

Link to comment
Share on other sites

  • 4 months later...

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 :D.

Link to comment
Share on other sites

Archived

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


×
  • Create New...