Jump to content
xt:Commerce Community Forum

mysql error 1064 was ist das ?


bonro

Recommended Posts

Ich bekomme am Tag drei bis viermal diese Mail :

mysql error: [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 ') and aop.products_id!=bop.products_id and aop.orders_id = bop.orders_id group b' at line 1] in EXECUTE("SELECT bop.products_id FROM xt_orders_products aop, xt_orders_products bop WHERE aop.products_id IN () and aop.products_id!=bop.products_id and aop.orders_id = bop.orders_id group by bop.products_id")

Was ist das ? Läuft mein Shop nicht richtig ?

Kann mich einer Aufklären

www.bonro.de

Link to comment
Share on other sites

in dem Sql-Befehl

SELECT bop.products_id FROM xt_orders_products aop, xt_orders_products bop WHERE aop.products_id [B]IN ()[/B] and aop.products_id!=bop.products_id and aop.orders_id = bop.orders_id group by bop.products_id[/CODE]

hat sich ein fehler ereignet, und zwar bei IN().

Warum dieser Fehler auftritt, kann ich dir leider nicht sagen...

Link to comment
Share on other sites

Welche PHP Version und welche MYSQL Version hast Du ?

Kannst Du man die PHP.ini hier posten ?

Meist unter /etc/php5/php.ini

und bei alten Servern in /etc/php.ini

ZITAT: Danke für eure Hilfe. Der Fehler lag am Ende an ganz anderer Stelle. Der Webserver auf den ich dies installieren wollte hatte MySQL in der Version 5 ... da kam dieser Fehler. Dann hab ich einen Webspace mit MySQL in der Version 4 gesucht und es dort installiert und schwupps da ging es .. ohne Fehler.

Hast du MySql 5 und evtl. schon PHP 5.3 ?

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
  • Create New...