when I use the feeder a blank popup
When I view the feed I get Error 404: Oooops, this page cannot be found!
I am not sure what is the next step?
Printable View
when I use the feeder a blank popup
When I view the feed I get Error 404: Oooops, this page cannot be found!
I am not sure what is the next step?
I also let this by me. I have no configuration under admin for the Google base. I have ftp'd the install files twice with filezilla. What may have gone wrong?
Sounds like you didn't set up your SQL File correctly. Go to MYSQL and search for google_ and delete all references to google_base and google_froogle, etc... then resubmit your googlefroogle.sql for query.
One way to tell if you did it wrong, when you go to the Google Base Feeder Configuration in admin, if you only see ftp username / password and server. You did it wrong.
You should see like 25 configuration lines you can change.
I checked the database (I don't know SQL) and there were no such fields, so I tried to run the googlefroogle.sql again and it did not work. I tried again but this time I browsed for the file to open and when I run that I got this error
the rest was the entire patchCode:1062 Duplicate entry 'GOOGLE_BASE_MAP_PRICING' for key 2
Please keep in mind the last programing it did was visual basic back in collage in the 90's
Thanks James
Also In checking the database there is no duplicate key and you might need this
Code:1062 Duplicate entry 'GOOGLE_BASE_MAP_PRICING' for key 2
in:
[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, 'Google Base FTP Username', 'GOOGLE_FROOGLE_USERNAME', 'ftp_username', 'Enter your Google Base FTP username', @configuration_group_id, 0, NOW(), NULL, NULL), (NULL, 'Google Base FTP Password', 'GOOGLE_FROOGLE_PASSWORD', 'ftp_password', 'Enter your Google Base FTP password', @configuration_group_id, 0, NOW(), NULL, NULL), (NULL, 'Google Base Server', 'GOOGLE_FROOGLE_SERVER', 'uploads.google.com', 'Enter froogle server
default: hedwig.google.com', @configuration_group_id, 0, NOW(), NULL, NULL), (NULL, 'Google Base PASV', 'GOOGLE_BASE_PASV', 'true', 'Turn PASV mode on or off for FTP upload?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Store Address', 'GOOGLE_BASE_ADDRESS', 'http://www.domain.com', 'Enter your website address', @configuration_group_id, 1, NOW(), NULL, NULL), (NULL, 'Store Description', 'GOOGLE_BASE_DESCRIPTION', '', 'Enter a short description of your store', @configuration_group_id, 1, NOW(), NULL, NULL), (NULL, 'Auction Site Attributes', 'GOOGLE_BASE_ASA', 'false', 'Activate Auction Site Attributes (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Enable Map Pricing', 'GOOGLE_BASE_MAP_PRICING', 'false', 'Enable MAP Pricing (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Expiration Date Base', 'GOOGLE_FROOGLE_EXPIRATION_BASE', 'now', 'Expiration Date Base:
- now - add Adjust to current date;
- product - add Adjust to product date (max(date_added, last_modified, date_available))
I now have Google base configuration and I am just guessing it has all the right fields there is nothing to tell it what file to use.
Also I still do not see any anything Google then the analytics that don't work.
I am still getting a blank popup! anyway I am 1 for 2. Don't mind me I am just an idiot :shocking: what damage could be if the statements were put in one at a time?
well, when it reads duplicate statements that means that you have already entered that one. It doesnt hurt anything by it saying that. From reading what your entry says, looks like it just cant find the information you entered. But if you havent entered anything then thats your issue. Have you completed the setup yet? It took me 2 times to get it right. Im still fighting with the file it generates. In the newest version, it doesnt get all my items. In the older version, it gets all my product but all the words are jumbled together. So i gave up and just went with the newest one.
But for you...IMO, I would start over from the SQL. cut and paste the lines in. dont upload them.
Well I have spent the best par of the day working on this sql upload. I have reached the place were you know it should not be this hard and it is time to quit I don't know enough about sql to redo the patch and I don't know PHP so I would just be hacking to find the calls from the PHP script:yuck:
I figured it out and I really deserve a hooraaa :clap: The short story is the uninstall misses fields or keys anyway what ever they are I used myphp to do a search every time I got a duplicate key. I didn't know how to do a query so on each search error until the were gone. I had to run the un-install sql each time. It was Like starting over and over again