Oops, the error you are getting has nothing to do with your login information. Your host isn't connecting to Google. This part of the script was written previous to my updates so I am not too familiar with the requirements for the ftp_connect() functions used in the script. Try contacting your host.
Also, could you please time the length it takes to return the "connection failed".
The script uses the default timeout of 90 seconds.
Try changing the code on line 366 and 368 from:
to:PHP Code:
if($ssl)
$cd = ftp_ssl_connect($url);
else
$cd = ftp_connect($url);
PHP Code:
if($ssl)
$cd = ftp_ssl_connect($url, 21, 120); // port 21: timeout: 120 seconds
else
$cd = ftp_connect($url, 21, 120);
Ill give that a shot. Can you verify the exact path and file I need to update. I am rather new and dont want to create a bigger mess for my self. Thanks!
Hi All
I have just installed the foogle feeder mod, but I click step one to produce feed, then go on step two to upload feed and get the following
message
Warning: ftp_rawlist() [function.ftp-rawlist]: php_connect_nonb() failed: Connection timed out (110) in /home/mysite/public_html/shop/googlefroogle.php on line 406
Upload Failed
Connected to: uploads.google.comLogin ok:Current Directory Is: /Warning: ftp_put() [function.ftp-put]: php_connect_nonb() failed: Connection timed out (110)
I have put my google base ftp name and password in the settings, and (think) I have done everything right on my google base, can anyone help.
Thanks Mag
hi
i just installed your mod 1.4.1, installed the sql file, copy paste and when i run the file to create a foogle file i get
Froogle Data Feeder v.1.4.1 09.07.2007 12:00 started 2007/07/10 23:37:04
Feed file - /home/content/s/i/r/sirryche5/html/feed/froogle.txt
Processing: Feed - Yes, Upload - No
so i go to the froogle.txt and there is nothing there. its empty i have reinstalled this mod 4 times and reinstalled the database both from zen and my cpanel. i do have over 1200 products and tried with the id and with model, it seems to act like its creating something but even if you use the view button before step 2 it comes up blank.any ideas? thanks
Hi,
Does anyone know how long should it take before the uploaded items apper on the Google base?
Google quotes 48 hours, I uploaded my stuff on the 8th, there is still nothing. The mod reported no errors, the froogle.txt file is not empty.
Thanks,
Alex
Learning the hard way -
Matryoshka Dolls
This has been an issue for quite some time and remains since Andrew's original script. I haven't duplicated this error myself and don't know if it is a timeout issue or not. It should at least print some lines before timing out. I will PM you to see if we can try to resolve this issue once and for all.
Bookmarks