
Originally Posted by
tj1
Yes, please do check as I really did complete comparison of both releases (1.60 and 1.61) using WinMerge and the only difference is in the README file, not a single difference in any other files.
And about having the feed folder, I guess it's not necessary to have chmodded to 777, correct? I have set to 755 and it works just fine.
Another issue I'm having. The file is being generated and uploads just fine, but Google gives the following error:
============
Outcome: Bulk upload failed. No items are live. There are too many formatting errors in your file. - help
Number of items processed: 1
Number of items succeeded: 0
Number of active items: 0
Uploaded at: Sep 21, 2007 8:34pm PDT
Processed at: Sep 21, 2007 8:31pm PDT
Errors:
Error Bad data Line #4
We didn't understand some of the XML formatting in your file. You may be missing a tag or have a nesting or formatting error. - help
=============
I'm using v1.61. I opened the file and what I have for line four is the following:
<title>S&A</title>
Do you what could be causing the error? is it the & ampersand?
That is the only special character in the title. That is a bug and will be dealt with. Your other items should process though...
I just check the googlefroogle.php file in the root of the .zip and it contains the bug fixes not present in 1.6.0. At the very least you would have found a discrepancy in the version numbers.
To fix the bug, try adding this to ln 503 at the end of the zen_xml_sanitizer function:
PHP Code:
$str = htmlspecialchars($str);
That should convert all special characters to their html entities.
Please post back if that solves your issue! I will then release a patch for the Windows Live Product Search Feeder and the Google Base Feeder which both are in XML.
Bookmarks