Quote:
Originally Posted by pontello
There is another error with the rss feed, thanks...
Code:
This page contains the following errors:
error on line 17 at column 329: Encoding error
Below is a rendering of the page up to the first error.
Forum Vespaonline - Annunci http://www.vespaonline.com/classifieds.php Mon, 13 May 2013 03:37:57 +0200 http://www.vespaonline.com en [For Sale] Vespa 150 VBA1T (Brand New) http://www.vespaonline.com/classifieds.php?do=viewitem&itemid=3&title=Vespa 150 VBA1T Thu, 01 Jan 1970 01:00:05 +0100 : oldro (Individual) http://www.vespaonline.com/classifieds.php?do=viewitem&itemid=3&title=Vespa 150 VBA1T
|
It happens sometimes with the language code. You need to manually edit the file classifieds.php. Open it with a text editor (like notepad)....
Search for:
Code:
header('Content-Type: text/xml; charset='.$vbulletin->options["charset"].'');
Replace it with:
Code:
header('Content-Type: text/xml; charset=utf-8');
utf-8 is a sample here working in most cases. But you need to add the charset that you've set in your admincp-> Languages-> Settingd (eg iso-8859-1 etc etc).