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

news feed error


Notice

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

Responses to this topic


1 Re: news feed error
avatar
OP 0
From: -
news feed error

Great it works thanks! Smiling Face
1 Re: news feed error
avatar
OP 0
From: -
news feed error

thanks Phil will try it Smiling Face
1 Re: news feed error
avatar
Administrator
1340
From: Vienna, Austria
news feed error

· was not filtered for the XML parser. To fix this, open core.php and find the function MakeXML.

After:
 $var = preg_replace("/´/i", "'", $var);


Add:
 $var = preg_replace("/·/i", "#", $var);

Notice

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