RSS feed error stopping parsing of page template

Do you see any php errors or warnings?

If not, try temporarily adding this to the top of your functions.php file. It’ll cause any php errors to display, and you can troubleshoot from there.

error_reporting(E_ALL);
ini_set('display_errors', '1');