Zen Cart Logo
Forums / All Other Contributions/Addons / Windows Live Product Search Contribution Support Thread

Windows Live Product Search Contribution Support Thread

Locked

Views: 57,407

Results 161 to 180 of 210
This thread is locked. New replies are disabled.
15 Mar 2008, 7:22 PM
#161
tapupartforpres avatar

tapupartforpres

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Windows Live Product Search Contribution Support Thread

Hey I was wondering if anyone had an answer. I installed the MSN files fine and when I start the process to make the xml file it says all my 399 products were created fine. Then when I go to view the contents I am getting this error, I am wondering if is it because of the ampersand in the image file name. Thank you.

p.s. this seems to me that this is also why I cannot upload the file FTP to MSN Live? Thanks

XML Parsing Error: not well-formed
Location: http://www.cravebeautyonline.com/feed/lps.xml
Line Number 2014, Column 82:<ReferenceImageURL>http://www.cravebeautyonline.com/images/winks-pinkgrapefruit & honey Small Web view.jpg</ReferenceImageURL>

15 Mar 2008, 7:32 PM
#162
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Windows Live Product Search Contribution Support Thread

It is a bug regarding images with spaces. I will fix this when I have time...

If you manually edit the feed file for that line and add % instead of the blank space, do you still get the parsing error for that line?

15 Mar 2008, 7:50 PM
#163
tapupartforpres avatar

tapupartforpres

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

It seems like I am getting that error still and the arrow from the error code is stopping right at the second ?.

<ReferenceImageURL>http://www.cravebeautyonline.com/images/winks-pinkgrapefruit&&&honey&Small&Web&view.jpg</ReferenceImageURL>
------------------------------------------------------------------------------------------------------^

16 Mar 2008, 12:32 AM
#164
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Windows Live Product Search Contribution Support Thread

I said % and you put &...

16 Mar 2008, 12:39 AM
#165
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Windows Live Product Search Contribution Support Thread

http://www.cravebeautyonline.com/images/winks-pinkgrapefruit%20&%20honey%20Small%20Web%20view.jpg

I made a mistake also, should be %20
If that works I'll put it into the code. I'm not sure if XML supports the % though or not.

Otherwise, try with " " around the entire url.

16 Mar 2008, 3:42 PM
#166
tapupartforpres avatar

tapupartforpres

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

Yea I now put the percentage signs in there and is still doing it.

<ReferenceImageURL>http://www.cravebeautyonline.com/images/winks-pinkgrapefruit%&%honey%Small%Web%view.jpg</ReferenceImageURL>
---------------------------------------------------------------------------------^

16 Mar 2008, 3:51 PM
#167
tapupartforpres avatar

tapupartforpres

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

I also changed the " " around the entire url with and without the % sign?

<ReferenceImageURL>"http://www.cravebeautyonline.com/images/winks-pinkgrapefruit & honey Small Web view.jpg"</ReferenceImageURL>
----------------------------------------------------------------------------------^

<ReferenceImageURL>"http://www.cravebeautyonline.com/images/winks-pinkgrapefruit%&%honey%Small%Web%view.jpg"</ReferenceImageURL>
----------------------------------------------------------------------------------^

What do you think?

16 Mar 2008, 3:53 PM
#168
tapupartforpres avatar

tapupartforpres

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

Hey Num, I really appreciate your help more than you know. Do you think I will have the same problem if I use the Amazon feeder? Thanks

16 Mar 2008, 3:58 PM
#169
tapupartforpres avatar

tapupartforpres

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

try to have the customer go in and change the image names but about half the products have spaces in them (the ones she did).

18 Mar 2008, 8:44 PM
#170
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Windows Live Product Search Contribution Support Thread

Read my post again. I said "%20". I originally said "%", but that is a mistake.

18 Mar 2008, 8:50 PM
#171
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Windows Live Product Search Contribution Support Thread

Anyways, you don't need to do this all throughout your store, just open the .xml file on your computer and find the first product that returns the error and change the spaces to %20. Then open the .xml in your browser and if you do not get the error for that first product, then we know that %20 was accepted by the XML parser. Then I will update the mod to replace all spaces in product titles with %20.

18 Mar 2008, 8:51 PM
#172
tapupartforpres avatar

tapupartforpres

New Zenner

Join Date:
Dec 2007
Posts:
42
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

I see. Sorry I didn't think the 20 was important. Let me give it a try again tonight and I will let you know. Thanks man.

21 Mar 2008, 3:37 AM
#173
colemanpa avatar

colemanpa

Zen Follower

Join Date:
Oct 2007
Location:
Fairbanks, Alaska
Posts:
423
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

I have been using this mod for a few months and it has been working I had trouble with the ftp upload but got it to work, but that's when I only had 200 items in my store, but when I add 8000 items to my store now my file gets rejected by live and you get errors when you try to open it in a browser, I really don't know a lot about this any help would be great!

here is a link to the file

21 Mar 2008, 5:49 AM
#174
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Windows Live Product Search Contribution Support Thread

The following tags were not closed: DataFeed, OfferCollection. Error processing resource.

The latest version of this module has had no problems doing over 10,000 products with the MSU Add-on (which makes it even slower). So, if you are using the latest version, then it is probably due to a slow hosting service.

21 Mar 2008, 1:23 PM
#175
colemanpa avatar

colemanpa

Zen Follower

Join Date:
Oct 2007
Location:
Fairbanks, Alaska
Posts:
423
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

I am using the latest version, I'm not using a hosting service, the server is sitting in the same room with me and is having no performance problems, and why would the tags not be closed?

can I close the tags, and resubmit the file and if so how?

22 Mar 2008, 12:08 PM
#176
phillipharrison avatar

phillipharrison

New Zenner

Join Date:
Jan 2007
Location:
England
Posts:
83
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

numinix:

Anyways, you don't need to do this all throughout your store, just open the .xml file on your computer and find the first product that returns the error and change the spaces to %20. Then open the .xml in your browser and if you do not get the error for that first product, then we know that %20 was accepted by the XML parser. Then I will update the mod to replace all spaces in product titles with %20.

Hi Numinix, has this been updated in the mod? thanks.

22 Mar 2008, 6:33 PM
#177
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Windows Live Product Search Contribution Support Thread

PhillipHarrison:

Hi Numinix, has this been updated in the mod? thanks.

No it hasn't. I am waiting for an update from someone who has spaces in their filenames.

22 Mar 2008, 7:15 PM
#178
coucho avatar

coucho

Zen Follower

Join Date:
Jan 2008
Location:
Memphis, USA
Posts:
298
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

I have installed the latest version of this mod but I am not getting any results when I create the feed file. It is listing 0 products. I am using Google Base as well and I assume they both use the same feed file. Am I correct or what do you think is going on?

https://myshop.internationalcoffeeandbeverage.com/secure

23 Mar 2008, 4:56 AM
#179
coucho avatar

coucho

Zen Follower

Join Date:
Jan 2008
Location:
Memphis, USA
Posts:
298
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

coucho:

I have installed the latest version of this mod but I am not getting any results when I create the feed file. It is listing 0 products. I am using Google Base as well and I assume they both use the same feed file. Am I correct or what do you think is going on?

https://myshop.internationalcoffeeandbeverage.com/secure

Never mind I decided to uninstall this mod.

23 Mar 2008, 5:40 PM
#180
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Windows Live Product Search Contribution Support Thread

I'm getting this error after installing the latest version and trying to upload my feed:

Live Product Search Feeder v.1.08 03.05.2008 11:45:59 started 2008/03/23 13:35:14
Feed file - /home/theatcom/public_html/ashbysonline.com/feed/lps.xml
Processing: Feed - No, Upload - Yes
Upload started...
First attempt (passive mode off): Upload Failed
Second attempt (passive mode on): Upload Failed

Upload failed... After reading nearly all of the posts in this thread, is it possible that the majority of the problems arrise from the fact that Windows Live itself SUCKS swampwater:yuck: , and it isn't really this mod that causes problems?

I say that because the mod actually uploaded my feed once. Only once. Windows Live hasn't let me upload it again since.