Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
mattee77
yes, i dont have any confirm button, i have tried downloading and re-installing several times but all i get on the config screen is the columns but no button to update/confirm changes, see my attached image on the top of page 339
What version of the mod are you using?
Re: Google Base Feeder Support Thread
Your sql upload includes:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
(NULL, 'Magic SEO URLs', 'GOOGLE_PRODUCTS_MAGIC_SEO_URLS', 'false', 'Output Magic SEO URLs (separate module required)?', @configuration_group_id, 999, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
I have ceon's uri mappings, with a @configuration_group_id, 1013
Could i swap group ID's??
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
RescoCCC
What version of the mod are you using?
The current version I have also tried previous versions. It says 9 statements processed when installing. Should there be more than that?
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
mattee77
The current version I have also tried previous versions. It says 9 statements processed when installing. Should there be more than that?
Please give us the EXACT VERSION NUMBERS for the google mod, zen , and sql file that you PATCHED in. Also any other google related mods additions, such as Numinix, etc.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
marvin
Please give us the EXACT VERSION NUMBERS for the google mod, zen , and sql file that you PATCHED in. Also any other google related mods additions, such as Numinix, etc.
zencart 1.3.9h
mod version 1.10.2
Re: Google Base Feeder Support Thread
google analytics also installed
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
mattee77
google analytics also installed
so do I
Re: Google Base Feeder Support Thread
The module installs perfectly on my admin and works,, BUT its is missing the new fields in configuration i.e default product category and the rest,,
Is there any possible reason why its not uploading the full configuration fields///
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
sash
The module installs perfectly on my admin and works,, BUT its is missing the new fields in configuration i.e default product category and the rest,,
Is there any possible reason why its not uploading the full configuration fields///
it is the latest release: this one
Zen Cart™ Version: v1.3.9
Version: 1.10.2
Last Updated: Sep 10 2011
Author: Delia Wilson Lunsford
PHP 5.3 Compatible?: Unknown or N/A
ive tried so many times ive lost count,, before trying again ive made sure its gone from admin and database..
ran uninstall file of previous version and from this one,,,
and yet still dont get the full field in configuration,,,
when going installing the "install sql file" to finish the process of the module, i continually get the duplicate error file.........
even though its been completely cleare before trying again......
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
sash
it is the latest release: this one
Zen Cart™ Version: v1.3.9
Version: 1.10.2
Last Updated: Sep 10 2011
Author: Delia Wilson Lunsford
PHP 5.3 Compatible?: Unknown or N/A
ive tried so many times ive lost count,, before trying again ive made sure its gone from admin and database..
ran uninstall file of previous version and from this one,,,
and yet still dont get the full field in configuration,,,
when going installing the "install sql file" to finish the process of the module, i continually get the duplicate error file.........
even though its been completely cleare before trying again......
well, you must have old settings in the database.
If you run the uninstall file and still get the duplicate error messages - here's the full scoop of how to get rid of the old stuff - from a previous post of mine:
Using phpmyadmin or similar interface, first, look at your configuration groups table and find the one for the feeder. Note the group id for it.
Then go to the configuration table. Do a search for that group id and then delete what shows up. You can also then delete that group id in the groups table.
Suggestion though: also do a search in the config table for a group id of 0. If you have results, check to see if any of those look like they are for the feeder. If so , delete them. If you have others, they also may need deleting. Having a group id of 0 means those settings don't show up in the admin and are usually from botched installs.