Quote Originally Posted by sadfurry View Post
Hello. I have 1.7.1 running, not picking up all items, downloaded from the addon section, so read this thread and have now downloaded the 1.7.3a from numinix site. Do I need to uninstall the old one then install this one in full? I am not sure how to uninstall everythingor even if I need to, and would appreciate some help.
Just upgrade your version 1.7.1 to 1.7.4 and copy and paste the update_1_7_3.sql code here or look in the Google base folder for it and insert it into your store admin/tools/install sql patches.
PHP Code:
SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title
'Google Base Feeder Configuration'
LIMIT 1;
INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderdate_addeduse_functionset_functionVALUES
(NULL'Debug''GOOGLE_BASE_DEBUG''false''Turn on simple debug?', @configuration_group_id0NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),');