
Originally Posted by
blakdeth77
Yes, there are other methods to list your products on google base, but either they are too time consuming if you have a lot of products, or they are more technically advanced. If you'd like me to help you do the uninstall, I'd try my best to re-word the instructions, or possibly use msn messenger to let me remotely view your screen or something like that. I could point out to you where to perform what measures to go through the uninstall process, and then try to get a clean installation. just PM me with your email address or msn login and we can set up a time to meet online.
This person needs to remove the Google Base configuration keys with a group_id of 0 from the database. Then run the uninstall.sql file and then re-patch with googlefroogle.sql.
I don't think anything should be using configuration_group_id=0. So a quick method could be to simply do something like this:
PHP Code:
DELETE FROM `configuration` WHERE `configuration_group_id` = 0;
Don't do this unless the Zen Cart developer's have confirmed that nothing should be using that id.