PDA

View Full Version : RSS error


bite me!
07-21-2005, 06:44 PM
hi!

My RSS feed died today. I really have no clue what happened, changed a title of a photo (there was a "?" in the title) but it still don't seem to work.

this is the error:

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

Reference to undefined entity 'Acirc'. Error processing resource 'http://www.mystic-de-sign.com/index.php?x=rss'. Line 27,...

<description><img src="http://www.mystic-de-sign.com/thumbnails/thumb_20050718154841_sproei.jp...


My own feedreader doesn't seem to have problems with this error, but someone elses does.
I don't know where or how I can fix it, so I'd love some help!

Connie
07-21-2005, 08:58 PM
I tried to read the code, but I must say, the source code of your page is so full of different script snippets and the formatting is really hard to read :cry:

which PixelPost Version are you using? There is a real big mistake in the output, and that is why you get the error:

the output is:
<?xml version="1.0" encoding="ISO-8859-1"?>

but it must be:
<?xml version="1.0" encoding="UTF-8"?>
it is always problematic to deliver UTF-8-content with ISO-8859-1 decoding ;=)

Please update your pixelpost installation and you will have a better result

bite me!
07-21-2005, 09:02 PM
I assume I have to change these in index.php? I have no clue. Didn't change anything there.

I use pixelpost 1.4

Connie
07-21-2005, 09:14 PM
it must be changed in index.php, but you should not do it yourself

please upgrade to version 1.4.2 because this has better SPAM protection and some other corrections and there the RSS will be ok from itself (because I wrote it! :wink: )

bite me!
07-21-2005, 09:19 PM
Ok, I'll do that tomorrow.

any idea how these changes could have happened?

Connie
07-22-2005, 06:07 AM
well, bite me,

in version 1.3 the RSS-feed had this codepage and then in 1.4 we changed it, so maybe you were with the old version?