|
Medlem
Inlägg: 22
Reg.datum: Nov 2009
Rykte: 5
|
Felmeddelande -
2010-03-03, 01:05
Jag får följande felmeddelande när jag kör nedanstående kod
#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 '\'true\', \'false\'),), ('Watermark - position verticale', 'V_WATERMARK', 'BO' at line 7
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
('Grande image, Largeur', 'BIG_IMAGE_WIDTH', '400', 'Nombre de pixels pour la largeur des grandes images des articles.', 4, 9, NULL, now(), NULL, NULL),
('Grande image, Hauteur', 'BIG_IMAGE_HEIGHT', '400', 'Nombre de pixels pour la hauteur des grandes images des articles.', 4, 10, NULL, now(), NULL, NULL),
('Watermark', 'USE_WATERMARK', 'true', 'placer un watermark sur les images.', 4, 11, NULL, now(), NULL, tep_cfg_select_option(array(\'true\', \'false\'),),
('Watermark - position verticale', 'V_WATERMARK', 'BOTTOM', 'position verticale du watermark', 4, 12, NULL, now(), NULL, tep_cfg_select_option(array(\'TOP\', \'MIDDLE\', \'BOTTOM\'),),
('Watermark - position horizontale', 'H_WATERMARK', 'RIGHT', 'position horizontale du watermark', 4, 13, NULL, now(), NULL, tep_cfg_select_option(array(\'LEFT\', \'CENTER\', \'RIGHT\'),),
('Watermark - fichier', 'FILE_WATERMARK', 'watermark.png', 'Nom du fichier, doit se trouver dans /images', 4, 14, NULL, now(), NULL, NULL)
|