i have this modual installed on my 2 site as seen below. i also have the google feed installed on both site.
with www.rubberduckbathrooms.co.uk i installed both moduals google and live and both worked first time out of the box so to say.
with www.fire2you.co.uk i found that neither google or live worked and recieved errors. with live i recieved this error. also had a simular error with google.
with this error is has to do with passive mode and the server. Both my sites are osted through the same companie on the same server package it was just a wierd error.Code:Processing: Feed - No, Upload - Yes Upload started... Upload Failed Connected to: ftp.productupload.live.comLogin ok:Current Directory Is: /Warning: ftp_put() [function.ftp-put]: Opening ASCII mode data connection for lps.xml. Upload failed...
i then edited the following on line 431
and changed it toCode:ftp_pasv($cd, false);
this turned passive mode on and the upload workedCode:ftp_pasv($cd, ture);
hope this helps people out





