Page 82 of 357 FirstFirst ... 3272808182838492132182 ... LastLast
Results 811 to 820 of 3563
  1. #811
    Join Date
    Feb 2007
    Location
    West Texas
    Posts
    128
    Plugin Contributions
    1

    Default Re: Google Base Feeder Support Thread

    that got distorted in the quote box, should read:

    Warning: array_pop() [function.array-pop]: The argument should be an array in /home2/shabecom/public_html/craft-patterns-online.com/googlefroogle.php on line 158

  2. #812
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    still getting the error, please someone help, i cant see an error on the code,

    Google Base Feeder v.1.6.7 05.12.2007 12:53:59 started 2008/03/03 04:20:22
    Feed file - /home2/fire/public_html/feed/google_products.xml
    Processing: Feed - No, Upload - Yes
    Upload started...
    First attempt (passive mode off): Upload Failed

    Warning: ftp_put() [function.ftp-put]: Entering Passive Mode (72,14,200,3,50,75) in /home2/fire/public_html/googlefroogle.php on line 547
    Second attempt (passive mode on): Upload Failed


    Upload failed...

  3. #813
    Join Date
    Jan 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    Install AUCTION SITE ATTRIBUTES to add the UPC and ISBN fields to your products admin page.
    Thanks! Really appreciate the help! ;)

  4. #814
    Join Date
    Feb 2008
    Posts
    16
    Plugin Contributions
    0

    Default File Being Rejected

    My FTP account isn't active yet, but when I try to upload the file manually, I get "We didn't understand the header (first) row of your file. Please make sure you're using valid attribute names."

    Any ideas?

  5. #815
    Join Date
    Mar 2007
    Location
    Deep in the Black Country, UK
    Posts
    34
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    kitcorsa -

    We had similar and found that altering the code, so passive mode was attemtped before port mode, allowed it to connect ok. It is the same with LPS feeder. I think it's just a firewall issue with the host.

    Claire

  6. #816
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    how do i change this???

    i have contacted my hosts regarding this but no change yet.

    i have 2 site as seen in my siggy and both on the same host and have there own seporate server. one site works one dont!! its really anoying having to manually upload.

  7. #817
    Join Date
    Feb 2008
    Posts
    16
    Plugin Contributions
    0

    Default .10 version not excluding category

    I've installed the .10 version. Still the same trouble with a manually uploaded file, however I am awaiting the results on the FTPed version.

    Suddenly, it's not excluding my Gift Certificates category. The previous version was.

  8. #818
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by ceegeeaar View Post
    kitcorsa -

    We had similar and found that altering the code, so passive mode was attemtped before port mode, allowed it to connect ok. It is the same with LPS feeder. I think it's just a firewall issue with the host.

    Claire

    Could you let me know how you did this in LPS? I can't get that to upload through my Admin at all....and I'd like to set up a Cron Job to do it.

  9. #819
    Join Date
    Mar 2007
    Location
    Deep in the Black Country, UK
    Posts
    34
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I posted on it before, have a look here..

    http://www.zen-cart.com/forum/showth...aar#post445905

    It is pretty much the same code in lps.php for the live product feeder ftp secion.

    Hope it helps you!
    Claire

  10. #820
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    that worked Claire thank you very much.

    update!

    to turn passive mode on and off in the current version of google base on on lines 540 - 545 find the code:

    Code:
    		while ($attempt < 3 && !$success) { // two attempts, one with pasv off, one with on
    			if ($attempt == 0) {
    				ftp_pasv($cd, false); // on first attempt, turn pasv off
    			} else {
    				ftp_pasv($cd, true); // on second attempt, turn pasv on
    			}
    and replace with the following

    Code:
    		while ($attempt < 3 && !$success) { // two attempts, one with pasv off, one with on
    			if ($attempt == 0) {
    				ftp_pasv($cd, true); // on first attempt, turn pasv on
    			} else {
    				ftp_pasv($cd, false); // on second attempt, turn pasv off
    			}

 

 

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