Page 161 of 357 FirstFirst ... 61111151159160161162163171211261 ... LastLast
Results 1,601 to 1,610 of 3563
  1. #1601
    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
    Go to your cPanel > PHP Config and generate the single php.ini
    in that file adjusted the variables for the buffer, input time, execution time, memory limit etc. Thats the same problem that Kunal was having. http://www.zen-cart.com/forum/showpo...postcount=1582
    I created that file some time ago. I created and ftp to root directory in filezilla. I just looked at it in cpanel and files. Still there with this code.

    max_execution_time = 300
    max_input_time = 90
    memory_limit = 32M

    Could not find it when I went to cPanel>MyPHP. Not sure what to do when I get to database area. But, did a search and did not come up with this file.

  2. #1602

    Default Re: Google Base Feeder Support Thread

    hello,
    just recently i have been having troubles with uploading my product feeds.
    I have had previous successful uploads, all without any issues at all.
    just yesterday my upload fail for the 1st time. Since then I have attempted about 20 times over 2 days with no success.

    I have made no changes to any file contributed to the addon, at least not to my knowing.

    product upload attempt
    ////////////
    Google Base Feeder v.1.7.0 09.019.2008 17:38:59 started 2009/05/22 10:14:22
    Feed file - /home/bigmoney/public_html/feed/bmptfeed_products.xml
    Processing: Feed - No, Upload - Yes
    Upload started...
    Connection failed: uploads.google.com

    Upload failed...

    view ftp account attempt
    ///////
    Google Base FTP content:
    Connected to: uploads.google.com
    Connection failed: uploads.google.com


    Is this something normal with google? Could this be an issue with google's server? Like i said i have never had this issue before.

  3. #1603
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by bmpt View Post
    hello,
    just recently i have been having troubles with uploading my product feeds.
    I have had previous successful uploads, all without any issues at all.
    just yesterday my upload fail for the 1st time. Since then I have attempted about 20 times over 2 days with no success.

    I have made no changes to any file contributed to the addon, at least not to my knowing.

    product upload attempt
    ////////////
    Google Base Feeder v.1.7.0 09.019.2008 17:38:59 started 2009/05/22 10:14:22
    Feed file - /home/bigmoney/public_html/feed/bmptfeed_products.xml
    Processing: Feed - No, Upload - Yes
    Upload started...
    Connection failed: uploads.google.com

    Upload failed...

    view ftp account attempt
    ///////
    Google Base FTP content:
    Connected to: uploads.google.com
    Connection failed: uploads.google.com


    Is this something normal with google? Could this be an issue with google's server? Like i said i have never had this issue before.
    Possibly something has changed with your hosting account.

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by kburner View Post
    I created that file some time ago. I created and ftp to root directory in filezilla. I just looked at it in cpanel and files. Still there with this code.

    max_execution_time = 300
    max_input_time = 90
    memory_limit = 32M

    Could not find it when I went to cPanel>MyPHP. Not sure what to do when I get to database area. But, did a search and did not come up with this file.
    Ok. Figured this out. Found cpanel config and created file. I changed what was loaded. New max_execution_time of 300 instead of 30 and max_input_time 90 instead of 60. By the way, file loaded as php.ini.default in my root directory.

    Still getting errors.

    Create product feed gives me this error:
    Google Base Feeder v%s started 2009/05/24 15:21:55
    Feed file - /home/xxxxxx/xxxxx/feed/froogle_products.xml
    Processing: Feed - Yes, Upload - No
    0
    in:
    [select master_categories_id from products where products_id = '34064']

    NOTE: You may view Google Base FTP content. Gives me this error:
    Google Base FTP content:
    Connected to: uploads.google.com
    Connection failed: uploads.google.com

    I get this error when I try to upload products:
    Google Base Feeder v%s started 2009/05/24 15:23:52
    Feed file - /home/xxxxx/xxxxxx/feed/froogle_products.xml
    Processing: Feed - No, Upload - Yes
    Upload started...
    Connection failed: uploads.google.com

    Upload failed...

  5. #1605

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    Possibly something has changed with your hosting account.
    could you tell me what could have change to cause this to happen? What files are responsible this process

  6. #1606

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    How are you submitting them , with a cron job or manually, or is Google fetching them. I don't submit them except when I add products. If I don't I let them ride until the expiring date which is 30 days.
    Google is fetching them currently. Made sense to have it do it instead of running it on my server. I am newly open, so were adding products daily. But like i said, does it just skip the products that have not changed? Or does it have to go thru every product?
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  7. #1607

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    You are right about the version 1.7.3A on numinix site
    In version 1.7.3a it has been change but it still does not work right unless you switch it out like I stated with the 1.7.0 \includes\classes\google_base.php just the sanitizes code for XML

    1.7.3a Replace this code with the 1.7.0 code down below.


    1.7.0

    This may not work for some of you, but it does for me. Google now excepts all my products without any errors at all.
    hmm, ok I tried that and it added more products. The few its missing may be my fault. Google does not allow products that do not have descriptions or too small ones.

    Any ways, I created the feed. when I looked at it, it has all the descriptions bunched up? It took out all the spacing? I obviously like that it accepted more products but I cant change every product.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by fusionsp View Post
    hmm, ok I tried that and it added more products. The few its missing may be my fault. Google does not allow products that do not have descriptions or too small ones.

    Any ways, I created the feed. when I looked at it, it has all the descriptions bunched up? It took out all the spacing? I obviously like that it accepted more products but I cant change every product.
    If you are using the current version of Google Base go to your admin/configurations/google_base and cut on the debug and create the feed again and see what that tells you. As you can see by my feed here mine works fine by everything I have told you, I have done myself.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #1609
    Join Date
    Dec 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I also have had the google base feeder working fine for over a year then all of a sudden last month it stopped working. Last month I manually uploaded the feed successfully.

    Today even manual uploads don't seem to be working and feeds are not being registered or processed. I can only presume that this may have something to do with the new google terms and conditions.

    Any thoughts anyone.

  10. #1610

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    If you are using the current version of Google Base go to your admin/configurations/google_base and cut on the debug and create the feed again and see what that tells you. As you can see by my feed here mine works fine by everything I have told you, I have done myself.
    hmmm, I turned on the debug setting but where is the text file?

    http://www.fusionspiritualemporium.c...n_products.xml

    there is my feed file.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 502
    Last Post: 19 Sep 2023, 06:04 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