Originally Posted by
Trademagic
Scott,
I am at a loss. I tested with
SELECT * FROM configuration WHERE configuration_group_id =0
and received Failed!: notification. I then inserted the recommended fix
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 ('Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, now(), now(), NULL, NULL);
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 ('Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, now(), now(), NULL, NULL);
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 ('Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, now(), now(), NULL, NULL);
and got three statements processed.
I retested with the first test code and still got failed notification.
I have 1.5.1 and have google analytics, TyTracker and Super Orders, Autoresponder+, Return Authorization, and Ty Package Tracker installed. The database seems to function flawlessly, to an amateur eye. I was recommended to this thread and told I probably had this problem. I have had trouble editing attributes in an order as the last attribute won't select, it is a fixed field in the edit orders window.
Marc
Any recommendations to test if I am ok? Sorry for my imperfect understanding.