Problem with RSS
DSF2 19
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Problem with RSS
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Problem with RSS
Sound like a problem with one of the html entities. Try to replace the MakeXML function in core.php with:
Sound like a problem with one of the html entities. Try to replace the MakeXML function in core.php with:
function MakeXML ($var)
{
$var = eregi_replace("\[([^\[]*)\]", "", $var);
return $var;
}
Hi!
I have a strange problem with RSS lately. When I'm trying to acces them i got a strange error.
Reference to undefined entity 'acirc'. Error processing resource ' http://thetechnews.net/backend.php?id=0'. Line 135, Position 113
Any ideas ?
Thanks