Jump to content
xt:Commerce Community Forum

Fehler


Guest aksk

Recommended Posts

Hallo,

ich nutze das Script Gambio was ja aufbau von xt-commerce ist und nun habe ich ein paar fehler.

Habe myqsl 5

in der Datei

xtc_db_query.inc.php line 30

line:

$result = mysql_query($query, $$link) or xtc_db_error($query, mysql_errno(), mysql_error());

in der Datei

application_top.php line 200

line:

$result = xtc_db_query($query);

in der Datei

split_page_results.php line 49

line:

$count_query = xtDBquery($query);

in der Datei

product_listing.php line 24

line:

$listing_split = new splitPageResults($listing_sql, (int)$_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, 'p.products_id');

in der Datei

advanced_search_result.php line 244

line:

require (DIR_WS_MODULES.FILENAME_PRODUCT_LISTING);

und dann steht darunter

1054 - Unknown column 'p.products_id' in 'on clause'

SELECT distinct p.products_id, p.products_price, p.products_model, p.products_quantity, p.products_shippingtime, p.products_fsk18, p.products_image, p.products_weight, p.products_tax_class_id, pd.products_name, pd.products_short_description, pd.products_description FROM (products p) LEFT JOIN products_description AS pd ON (p.products_id = pd.products_id), categories AS c, products_to_categories AS p2c LEFT OUTER JOIN products_attributes AS pa ON (p.products_id = pa.products_id) LEFT OUTER JOIN products_options_values AS pov ON (pa.options_values_id = pov.products_options_values_id) LEFT OUTER JOIN specials AS s ON (p.products_id = s.products_id) AND s.status = '1' WHERE c.categories_status = 1 AND p2c.categories_id = c.categories_id AND p2c.products_id = p.products_id AND p.products_status = '1' AND pd.language_id = '2' AND ( ( pd.products_keywords LIKE ('%e%') OR pd.products_description LIKE ('%e%') OR pd.products_short_description LIKE ('%e%') OR pd.products_name LIKE ('%e%') OR p.products_model LIKE ('%e%') OR (pov.products_options_values_name LIKE ('%e%') AND pov.language_id = '2') ) ) GROUP BY p.products_id ORDER BY p.products_id

[XT SQL Error]

so das wars ;)

Hoffe das mir jemand helfen kann ich wäre sehr dankbar

MfG

aksk

Link to comment
Share on other sites

In Sachen Gambio wirst du hier vermutlich keine Hilfe bekommen, so dass du bei Gambio direkt oder in einem anderen Forum, das hier namentlich nicht genannt werden darf, eher Hilfe bekommst. Gambio heißt ja nicht umsonst Gambio, weshalb man bei deinem Fehler nicht unbedingt direkt auch auf ein Problem bei XT:Commerce kommt.

Link to comment
Share on other sites

Hi,

welche Gambio-Version hast Du denn??? Da wird sicher noch mit der Vorgängerversion von MySql gearbeitet, also eine 4-er. Wende Dich an Gambio, die können Dir helfen oder google nach dem anderen Forum (denn wie ich lese, darf man es hier nicht nennen).

Link to comment
Share on other sites

Archived

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

×
  • Create New...