This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Problem with RSS


avatar
DSF2 19
From: -
Problem with RSS

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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Problem with RSS
avatar
Administrator
1340
From: 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:

    function MakeXML ($var)

{

$var = eregi_replace("\[([^\[]*)\]", "", $var);
return $var;

}

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.