Page 162 of 357 FirstFirst ... 62112152160161162163164172212262 ... LastLast
Results 1,611 to 1,620 of 3563
  1. #1611
    Join Date
    Jun 2007
    Location
    Laurinburg, NC
    Posts
    165
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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?

  2. #1612

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Makoshark View Post
    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?
    well, sounds like the file name is wrong. in the config file you have to tell it what you want the name of the file to be under output file name.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  3. #1613
    Join Date
    Jun 2007
    Location
    Laurinburg, NC
    Posts
    165
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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?

  4. #1614
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: Google Base Feeder Support Thread

    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.

  5. #1615
    Join Date
    Jun 2007
    Location
    Laurinburg, NC
    Posts
    165
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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
    Code:
    1062 Duplicate entry 'GOOGLE_BASE_MAP_PRICING' for key 2
    the rest was the entire patch
    Please keep in mind the last programing it did was visual basic back in collage in the 90's
    Thanks James

  6. #1616
    Join Date
    Jun 2007
    Location
    Laurinburg, NC
    Posts
    165
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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))
    Last edited by Makoshark; 28 May 2009 at 01:33 PM.

  7. #1617
    Join Date
    Jun 2007
    Location
    Laurinburg, NC
    Posts
    165
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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 what damage could be if the statements were put in one at a time?

  8. #1618

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Makoshark View Post
    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 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.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  9. #1619
    Join Date
    Jun 2007
    Location
    Laurinburg, NC
    Posts
    165
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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

  10. #1620
    Join Date
    Jun 2007
    Location
    Laurinburg, NC
    Posts
    165
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Makoshark View Post
    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
    I figured it out and I really deserve a hooraaa 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

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 504
    Last Post: 19 Nov 2024, 03:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR