Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Have you ran the GOOGLE_BASE_DEBUG yet? If not run that and see what kind of errors it's showing if any. Also FTP functions require a dedicated IP address. Please contact your hosting for more information on how to add this feature to your hosting account.
    Last edited by countrycharm; 6 May 2009 at 05:04 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #2
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Calljj View Post
    I also just ran into this and suspect it is the wordpress addon which uses the "feed" part of URL for creating rss feeds.


    Go to
    /public_html/googlefroogle.php
    and change all of the "feed" to "fed" down to about line 60.

    In your
    /public_html/admin/googlefroogle.php

    change "feed" to "fed" in following locations:

    Line #155 :

    .php?feed=yes

    Line #157 :

    php?feed=yes&upload

    Line #162 :

    .php?feed=no

    Line #163 :

    php?feed=no&upload
    Quote Originally Posted by numinix View Post
    The latest version only uses one parameter:

    feed=fy_un_tp (where fy_un_tp can be altered for different functions).

    Most likely his issue is from using the new command on an older version and simply upgrading the files to the latest version should resolve the issue.
    Quote Originally Posted by Tim Ware View Post
    Thank you for posting this fix .. So far google base feeder is working perfectly with your suggested changes on zen 1.3.7.1 with WOZ installed!! Thanks...
    Quote Originally Posted by wagnerguy View Post
    If possible can you send the 2 files in question, i have changed everything and gone with a number of variations.
    Quote Originally Posted by wagnerguy View Post
    so i created a folder and added the google froogle file, now it seems to work, but i get this when i try to create a feed


    Google Base Feeder v.1.7.0 09.019.2008 17:38:59 started 2009/02/05 21:10:06
    Feed file - /home/poppy/public_html/fed/GOOGLE_FROOGLE_OUTPUT_FILENAME_products.xml
    Processing: Feed - No, Upload – No

    and there is no feed created.

    any ideas as to what my issue. i seemed the remember when i first added base, i got the same message, but i cant remember how i get the feed to create.

    thanks in advance
    How can i completely remove this entire MOD and start from scratch.. this would include the database changes.. I have had a number of problems.. I just want to start from scratch.... Has anyone else run into the issue of WOZ's template interfering with base?

  3. #3
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    How can i completely remove this entire MOD and start from scratch.. this would include the database changes.. I have had a number of problems.. I just want to start from scratch.... Has anyone else run into the issue of WOZ's template interfering with base?
    delete all files from your store that deals with google_base_feeder. Go to your phpMyAdmin database and delete everything that deals with GOOGLE_FROOGLE and start all over. Their is not a magic way to do this, I have did it myself many times over just make sure you backup your database before hand.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #4
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    delete all files from your store that deals with google_base_feeder. Go to your phpMyAdmin database and delete everything that deals with GOOGLE_FROOGLE and start all over. Their is not a magic way to do this, I have did it myself many times over just make sure you backup your database before hand.
    I think i did it, i used the uninstall notepad file.. I dont see it anywhere in the db..

    can you tell how to install this, and not have it be interupted by WOZ.. I have made a number of post..

  5. #5
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    I think i did it, i used the uninstall notepad file.. I dont see it anywhere in the db..

    can you tell how to install this, and not have it be interupted by WOZ.. I have made a number of post..
    You will have to go to your database and go through each of your tables in configuration to make sure they are all deleted. If you just ran it in note pad all that did was delete t from your admin in your store it is still in your database. After you have all of the google_base_feeder tables deleted I will help you reinstall it.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #6
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    You will have to go to your database and go through each of your tables in configuration to make sure they are all deleted. If you just ran it in note pad all that did was delete t from your admin in your store it is still in your database. After you have all of the google_base_feeder tables deleted I will help you reinstall it.
    I think its been removed.. the google base field in the table is gone..

    What should I do to reload base?

    thanks

  7. #7
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    I think its been removed.. the google base field in the table is gone..

    What should I do to reload base?

    thanks

    the only reference to base i have been able to find is the following sentence

    898 Enable Map Pricing GOOGLE_BASE_MAP_PRICING FALSE Enable MAP Pricing (requires separate add-on)? 0 2 NULL 01/10/2009 16:56 NULL zen_cfg_select_option(array('true', 'false'),

    should i remove this also

  8. #8
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Have you ran the GOOGLE_BASE_DEBUG yet? If not run that and see what kind of errors it's showing if any. Also FTP functions require a dedicated IP address. Please contact your hosting for more information on how to add this feature to your hosting account.
    Where is the google_base_debug?

  9. #9
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by kburner View Post
    Where is the google_base_debug?
    If you have the latest version install you will need to turn it on in your admin under Google Base Feeder Configuration. Then when you create your product feed you will see it running. It will show you if something is wrong while it is creating your feed.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #10
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Have you ran the GOOGLE_BASE_DEBUG yet? If not run that and see what kind of errors it's showing if any. Also FTP functions require a dedicated IP address. Please contact your hosting for more information on how to add this feature to your hosting account.
    Hi countrycharm,
    I still have not been able to find the GOOGLE_BASE_DEBUG.

    I have been trying to get Google Base Feeder and Google Analytics running for some time now. I have not been successful and it has been very frustrating. While researching forums and Google..it asks if I see information in my source code from my website. This is the only information I could find regarding google. Would this help you to HELP me?? Well, here it is.

    <!--
    function googleanalytics_outgoing_init() {
    return;
    }
    //-->
    </script>


    </head>

    <body id="indexHomeBody" onload="googleanalytics_outgoing_init();">


    <div id="mainWrapper">

    Thanks, Kim

 

 

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

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