ix
Newbie

Posts: 8
|
 |
« on: August 30, 2009, 10:25:31 AM » |
|
Hello, and thanks for this great blog script!
I'm having some problems with the RSS, which seems is because of some issues with the Norwegian letters (Æ,Ø,Å). I get this error;
"This page contains the following errors:
error on line 7 at column 15: Encoding error"
That's the line of the Blog's description which contains the Norwegian letters.
|
|
|
|
|
Logged
|
|
|
|
|
Matt
|
 |
« Reply #1 on: August 30, 2009, 07:18:41 PM » |
|
Sign up for http://feedburner.com and register your feed. Then do a global search and replace on your template files and inc_sidebar.asp and replace "rss.xml" with your feedburder feed url. This should fix things.
|
|
|
|
|
Logged
|
|
|
|
|
Tonkow
|
 |
« Reply #2 on: August 31, 2009, 03:31:11 AM » |
|
Yeah, I also have that problem. But with swedish letters. The feed tells wich day you'd writed it, in your lang.
I cant sign up up on feedburner cuz I have many premurants on my blog via an another site,
|
|
|
|
|
Logged
|
Love it!
|
|
|
ix
Newbie

Posts: 8
|
 |
« Reply #3 on: August 31, 2009, 09:40:56 AM » |
|
Can't register at FeedBurner either...get's the following error; The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line 16: The entity "aring" was referenced, but not declared.
|
|
|
|
|
Logged
|
|
|
|
|
Matt
|
 |
« Reply #4 on: August 31, 2009, 11:43:19 AM » |
|
Hello, and thanks for this great blog script!
I'm having some problems with the RSS, which seems is because of some issues with the Norwegian letters (Æ,Ø,Å). I get this error;
"This page contains the following errors:
error on line 7 at column 15: Encoding error"
That's the line of the Blog's description which contains the Norwegian letters.
Try replacing the line in rss.asp that says "utf-8" to "iso-8859-1". This may work for you also Tonkow. Also, post or PM me the url of your rss feed and I'll take a look.
|
|
|
|
« Last Edit: August 31, 2009, 11:46:23 AM by Matt »
|
Logged
|
|
|
|
ix
Newbie

Posts: 8
|
 |
« Reply #5 on: August 31, 2009, 12:40:30 PM » |
|
I already tried that, and i get the same error. I have sent you the URL for my rss.
|
|
|
|
|
Logged
|
|
|
|
|
Matt
|
 |
« Reply #6 on: September 01, 2009, 02:12:52 PM » |
|
Replace your rss.asp with this file.
Basically I wrapped everything that could have Norwegian text (description and category names) with the CDATA tag so that it doesn't get parsed. I also changed the encoding type.
It worked on my test server. Let me know...
|
|
|
|
|
Logged
|
|
|
|
ix
Newbie

Posts: 8
|
 |
« Reply #7 on: September 02, 2009, 07:44:24 AM » |
|
It worked really good! But it seems the RTE replaces the letters too. So in the feeds the letters are not shown because there are html instead of actual letters.
Seems like an error with FCK editor? Rumours says that the javascript version works fine, but haven't tested. Would like to use the asp which is implemented.
|
|
|
|
« Last Edit: September 02, 2009, 08:26:14 AM by ix »
|
Logged
|
|
|
|
|
Matt
|
 |
« Reply #8 on: September 02, 2009, 11:40:01 AM » |
|
It worked really good! But it seems the RTE replaces the letters too. So in the feeds the letters are not shown because there are html instead of actual letters.
Seems like an error with FCK editor? Rumours says that the javascript version works fine, but haven't tested. Would like to use the asp which is implemented.
The only thing I can think of is you could try removing the cdata tags for the blog post description only and leave the other 2 intact (blog description and category description) and see if it still generates errors. I haven't been able to find a solution to the Norwegian characters issues anywhere. 
|
|
|
|
|
Logged
|
|
|
|
ix
Newbie

Posts: 8
|
 |
« Reply #9 on: September 04, 2009, 04:42:07 PM » |
|
It worked really good! But it seems the RTE replaces the letters too. So in the feeds the letters are not shown because there are html instead of actual letters.
Seems like an error with FCK editor? Rumours says that the javascript version works fine, but haven't tested. Would like to use the asp which is implemented.
The only thing I can think of is you could try removing the cdata tags for the blog post description only and leave the other 2 intact (blog description and category description) and see if it still generates errors. I haven't been able to find a solution to the Norwegian characters issues anywhere.  Unfortunately didn't seem to make any difference. I read somewhere that it would work with the javascript version of FCK editor rather than the ASP-version. I have tried to change charsets and all, so I have no idea anymore.
|
|
|
|
|
Logged
|
|
|
|
|
Tonkow
|
 |
« Reply #10 on: September 20, 2009, 06:09:32 AM » |
|
|
|
|
|
|
Logged
|
Love it!
|
|
|
|