In the googlefroogle.php in your shops root directory find the above bit of code, around line 441 for me.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 }
Swap the false and true around. You can change the text shown too just below there if you wish to.
If you are not generating the xml file to start with though then ftp is not your problem, you might have some content which is causing problems as it seems to with IE.
I have just uploaded the latest Google Base Feeder v1.6.2
Smashing product I must say.
It grabbed all my products ok but when viewing the file the currency was in USD. My default current is GBP so shouldn't be in that format??
Also, when I ran the document feed the result was zero (nothing in my file). What is the document feed for?
I hope somebody can help me.
Thanks in advance.
David.
http://www.thefashionhut.co.uk
Sorted out the currency problem. All uploaded to Google so hopefully will appear in 24 hours!
Still nothing in my document folder tho?![]()
just run the uninstall.sql from your version, overwrite all the files and run install.sql. You'll need to reenter your configuration information and register the new file name (name_products.xml). Your current list will remain active until you delete it so you can make sure your new list is up and running before deleting your old feed.