news feed error http://www.xtremecomputing.co.uk/backend.php?id=0 whats up with that? its the same with all XML catogories
news feed error · was not filtered for the XML parser. To fix this, open core.php and find the function MakeXML. After: Code: $var = preg_replace("/´/i", "'", $var); Add: Code: $var = preg_replace("/·/i", "#", $var);