Quote Originally Posted by brimsjewelry View Post
ceegeeaar,
Could you show me what to do? I'd greatly appreciate it.
Jason

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
            }
In the googlefroogle.php in your shops root directory find the above bit of code, around line 441 for me.
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.