bonro Posted February 8, 2010 Report Share Posted February 8, 2010 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 More sharing options...
HanischIT Posted February 8, 2010 Report Share Posted February 8, 2010 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 More sharing options...
bonro Posted February 11, 2010 Author Report Share Posted February 11, 2010 Was für auswirkungen das hat weißt du dann auch nicht oder ? Link to comment Share on other sites More sharing options...
HanischIT Posted February 11, 2010 Report Share Posted February 11, 2010 er versucht eine Products ID zu holen. Aber das gelingt ihm nicht. Benutzt du crontabs oder automatische ausführungen eines Scripts? Link to comment Share on other sites More sharing options...
snipes Posted February 11, 2010 Report Share Posted February 11, 2010 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 Link to comment Share on other sites More sharing options...
snipes Posted February 11, 2010 Report Share Posted February 11, 2010 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 More sharing options...
bonro Posted February 20, 2010 Author Report Share Posted February 20, 2010 Stimmt hatte gerade ein Update auf 5,3 . Muß ich etwas ändern ? Wenn wo Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.