ddpage Posted September 18, 2002 Posted September 18, 2002 When I try to set up the mysql database I get the folowing error: Error SQL-query: figuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('General', 'FONT_STYLE_MAIN', '', 'Font style for info-box headings', '5', '9', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Info-Box Contents', 'FONT_STYLE_INFO_BOX_BODY', '', 'Font style for info-box contents', '5', '10', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Listing Headings', 'FONT_STYLE_LIST_BOX_HEADING', '', 'Font style for listing box headings', '5', '11', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Listing Contents', 'FONT_STYLE_LIST_BOX_BODY', '', 'Font style for listing box contents', '5', '12', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Account Categories', 'FONT_STYLE_ACCOUNT_CATEGORY', '', 'Font style for new items added to the cart', '5', '16', now()); MySQL said: You have an error in your SQL syntax near 'figuration (configuration_title, configuration_key, configuration_value, configu' at line 1 anyone know what the problem is?
Paul_C Posted September 18, 2002 Posted September 18, 2002 This is just a guess, but "figuration" should probably read "INSERT INTO configuration". You may want to use the latest snapshot of 2.2 instead of 2.1. "It's a damn poor mind that can only think of one way to spell a word." -- Andrew Jackson
Recommended Posts
Archived
This topic is now archived and is closed to further replies.