Hi All,
Funny, this didn't happen last time I updated a 1.5.5 with the bts 1.2a.
This time I get:
Error Number: 1064
Error Message: 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 '; INSERT INTO configuration (configuration_title, configuratio
Here's what the SQL looks like when unzipped on XP machine with Winzip.
My host doesn't provide PHPMYAdmin, just a box to paste SQL queries in.Code:INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Default Template Directory', 'DIR_WS_TEMPLATES_DEFAULT', 'aabox', 'Subdirectory (in templates/) where the template files are stored which should be loaded by default.', '1', '22', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Template Switching Allowed', 'TEMPLATE_SWITCHING_ALLOWED', 'true', 'Allow template switching through the url (for easy new template testing).', '1', '22', 'tep_cfg_select_option(array(\'true\', \'false\'), ', now());
Anybody see a syntax error there?
Thanks,
Tim




LinkBack URL
About LinkBacks






Bookmarks