bin Datenbanktechnisch leider noch bissl auf der Leitung.
beim einspielen der SQL-Befehle aus der price_disclaimer.sql kommt folgende Fehlermeldung.
Code:
Fehler
Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.
ERROR: Nicht geschlossene Anf?hrungszeichen @ 803
STR: '
SQL: INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_PRODUCT_INFO', 'true', 1, 32, NOW(), NOW()', NULL, 'xtc_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_PRODUCT_LISTING', 'true', 1, 33, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_WHATS_NEW', 'true', 1, 34, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_BESTSELLER', 'false', 1, 35, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_SPECIALS', 'false', 1, 36, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),');
SQL-Befehl:
INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_PRODUCT_INFO', 'true', 1, 32, NOW(), NOW()', NULL, 'xtc_cfg_select_option(array(''true'', ''false''),'); INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_PRODUCT_LISTING', 'true', 1, 33, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),'); INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_WHATS_NEW', 'true', 1, 34, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),'); INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_BESTSELLER', 'false', 1, 35, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),'); INSERT INTO `configuration` VALUES ('', 'PRICE_DISCLAIMER_SPECIALS', 'false', 1, 36, NOW(), NOW(), NULL, 'xtc_cfg_select_option(array(''true'', ''false''),');
MySQL meldet:
#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 '', NULL, 'xtc_cfg_select_option(array(''true'', ''false''),');
Ich versteh leider nur Bahnhof. Kann mir jemnd bitte helfen?
Der Shop l?uft nebenbeigesagt super.