I have the same exact issue. dkerfoot, did you ever find a solution for it?
I use 1.3.7 Zen cart and the latest version of Google Base Feeder - 1.6.7

Quote Originally Posted by dkerfoot View Post
OK - sorry for the false alarm yesterday. I was actually upgrading it so that I could ask for support for the following issue:

It works great to create the feed, but when I try to upload it using the base feeder, it starts to go and then appears to time out. I never get an error, the little progress bar on the bottom of my browser just goes away and the page doesn't update.

This is what I get in the pop-up box:

Google Base Feeder v.1.5.3 28.08.2007 10:25 started 2007/12/19 07:28:06
Feed file - /home/mystore/public_html/feed/mystore.xml
Processing: Feed - No, Upload - Yes
Upload started...


I tried adding the php.ini file as recommended to prevent timeouts. It takes longer to stop now, but it still stops. I can upload the file via ftp and it works fine, but I'd really like to automate the process.

I setup the following CRON job:

GET "http://mystore.com/googlefroogle.php?feed=yes&upload=yes"
(I added the quotes around the link to prevent the forum software from abbreviating the link)

I get the following result in my e-mail:

Google Base Feeder v.1.5.3 28.08.2007 10:25 started 2007/12/19 04:00:03<br />
Feed file - /home/mystore/public_html/feed/mystore.xml<br />
Processing: Feed - Yes, Upload - No<br />
Google Base File Complete In 0.082448 Seconds 9 Records<br />

(I changed my real store location to "mystore" on general paranoia principles.)

Also, I have the Live Product Feeder installed and it works with no trouble at all. Uploads just fine without timing out.

Any suggestions?