Custom blog index causes error on rss feed
PermalinkI tried googling this error and all I found was about 6 other C5 sites having the same problem.
Thanks for any help you can give.

eg:
if( $bp->canRead() && $controller->rss && ($b->getBlockFilename() == 'blog_index.php' || $b->getBlockFilename() == 'blog_index' || $b->getBlockFilename() == 'yourtemplate.php' || $b->getBlockFilename() == 'yourtemplate')) {
Let me know if it works, or possibly if someone else has a better method please post.
/blocks/page_list/
Inside this block override I copied the tools/blog_rss.php folder from /concrete/blocks/page_list/ folder.
In this file add on line 18 the name of your template to the OR statement..
|| $b->getBlockFilename() == 'new_index'