To answer my own stupid question if you have PHP 5 add this to both RSS files...
Quote:
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array();
// pre-cache templates used by specific actions
$actiontemplates = array();
|
Of course I did that and the feeds still don't produce anything.. but at least I don't get an error