|
Warning: ftp_login() expects parameter 1 to be resource, boolean given in /............./plugins/system/vmrss.php on line 132
Warning: ftp_close() expects parameter 1 to be resource, boolean given in ............./plugins/system/vmrss.php on line 140
This type of error means in PHP that it cannot connect to the FTP server which in this case is Google.
Can you just give it a quick check and make sure you have the correct user-name and password added and get back to me.
Best thing to do if you can, is try and login to your google base account with something like dreamweaver or what ever FTP program you use.
Host = uploads.google.com or ftp.uploads.google.com and your username and password you set up for the feed.
I personally would turn off the FTP function and tell google to come to your site and pick the info up via Scheduling rather than you sending it to them.
This maybe the best solution is to do that anyway.
www.yoursite.com/ plugins/system/vmrss/all_products.xml If you go to your Google base account, you can add the link above to the feed, and it will collect the info.
http://base.google.co.uk/support/bin/answer.py?answer=76749&hl=en_GB There is a bit of information from Google how to do that here.
Scheduled uploads only works on feeds less than 15mb's, but the FTP system works on any size feed. It says more about that here http://base.google.co.uk/support/bin/answer.py?answer=59556&hl=en_GB
All the best Ian |