praticamente ho risolto...
nella pagina feedcreator.class.php c'è questa funzione:
Ho sostituito il true con false, e funziona tutto correttamente.Codice PHP:
function saveFeed($format="RSS0.91", $filename="", $displayContents=false) {
$this->_setFormat($format);
$this->_feed->saveFeed($filename, $displayContents);
}
Vi ringrazio come sempre..