I use this in my setting: uploads.google.com (without the ftp://)
Printable View
I use this in my setting: uploads.google.com (without the ftp://)
yep had this aswell uploads.google.com but upload failed :(
I use Google Base Feeder v.1.6.0 16.09.2007 (downloaded from numinix's site)
Thanks I will upgrade what do I do with the sql file uninstall or updates how would I do this?
Oh no I upgraded but have double of:
INSTRUCTIONS:
STEP 1: Click [HERE] to create / update your products feed.
NOTE: You may view your product feed file before proceeding to step 2.
STEP 1: Click [HERE] to create / update your documents feed.
NOTE: You may view your product feed file before proceeding to step 2.
STEP 1: Click [HERE] to create / update your downloads feed.
NOTE: You may view your product feed file before proceeding to step 2.
STEP 2: Click [HERE] to upload products feed to Google Base.
STEP 2: Click [HERE] to upload documents feed to Google Base.
STEP 2: Click [HERE] to upload downloads feed to Google Base.
NOTE: You may view Google Base FTP content.
Can someone help please?
Google Base Feeder v.1.6.1 19.09.2007 16:37:59 started 2007/09/24 17:00:38
Feed file - /home/fae/public_html/sun/feed/1800_google_base_products.xml
Processing: Feed - No, Upload - Yes
Upload started...
Connection failed: uploads.google.com
Upload failed...
still no progress, any ideas what can be wrong?
Isn't that the same old version you were using? :)
updated.. to 1.6.1 but issues :(
I really don't think it has anything to do with the title being too short. I've only opened the file with the text editor UltraEdit and it shows just like I mentioned before <title>S&A</title>
Anyway, my php knowledge is very limited, but I think I found the reason. In line 79, the title line is not being sanitized (not sure if that's what you call it).
Shouldn't it be like below?PHP Code:
$content["title"] = '<title>' . STORE_NAME . '</title>';
I tried that, and it results in:PHP Code:
$content["title"] = '<title>' . zen_xml_sanitizer(STORE_NAME) . '</title>';
<title>SA</title>
While this is good and eliminates the error reported by Google, how can I get it to work properly and output <title>S&A