Quote Originally Posted by numinix View Post
You would register two different file names as they are separate feeds.

You either have the wrong login info for the FTP or your server is having difficulty. Double check the FTP account info matches your FTP account for Google Base and if it still fails try changing your setting for PASSIVE MODE in the configuration.
Numinix,

I haven't gone through all of the rest of the posts yet, but there were several people throughout the thread who were saying that when they would try to upload their feed through the GBF add-on, it would say "Upload started..." and then say "Done" in the browser's status bar after a little bit. I was experiencing this as well. I wasn't the one who set up ZC or GBF, but I was brought in to fix the issue. The customer thought that it was because he had over 1,000 products in his inventory.

After spending hours reading this thread from post #1, and mucking around with the code (googefroogle.php and then google_base.php), I found that it was the "Google Base PASV" setting being set to true. When I changed it to false, regenerated the feed file and trying the upload again, it worked.

So I guess those who've checked with their ISP and can do PHP FTP functions and have tried the php.ini trick to no avail, they can try changing that value and see what happens.

I figured it out after commenting out the ob_start() function and then commenting out the ftp_pasv() function in google_base.php.