Vielen Dank hat alles funktioniert.
Beiträge von ritschi
-
-
Hallo,
nach dem Update bekomme ich öfter per Mail eine Fehlermeldung zugesendet.Kann mir jemand helfen?
256 - (1064) 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 '! = 1
AND' at line 18SELECT DISTINCT
p.*,
pd.*
FROM
products p
INNER JOIN
products_description pd ON(p.products_id = pd.products_id AND pd.language_id = '2')
INNER JOIN
products_to_categories p2c ON(p.products_id = p2c.products_id)
INNER JOIN
categories c ON(c.categories_id = p2c.categories_id AND c.categories_status = 1)WHERE
p.products_status = '1'
AND
(p.products_slave_in_list = '1' OR p.products_master = '1' OR ((p.products_slave_in_list = '0' OR p.products_slave_in_list = '') AND (p.products_master_article = '' OR p.products_master_article = '0')))AND p.products_fsk18! = 1
AND p.products_date_added > '2014.04.24'
GROUP BY p.products_id ORDER BY p.products_date_added DESCRequest URL: http://www.petras-dessousstuebchen.de/products_new.php
[CSEO SQL Error]
vielen Dank
-
Vielen Dank für die Info. hat alles super geklappt.
-
Hallo,
ich habe meinen Shop auf einer Subdomain installiert. Nach Fertigstellung habe die die richtige Domain von einem anderen Provider geholt.
wie kann ich die Subdomain in die richtige Domain ändern, so das nur diese angezeigt wird? Bei jedem Seitenwechsel wird immer wieder die Subdomain angezeigt.
kann jemand helfen?