Omar, I got your email. Thank you for fixing the problem for me. Now RSS Magician is working.
I noticed couple of changes made to file rss.php.
Just in case others might encounter errors similar to mine, which basically have been described here:
http://www.halfagain.com/forum/showthread.php?t=1575http://www.halfagain.com/forum/showthread.php?t=1774Here are changes made to rss.php:
Change Line 17:
if(0) {
To:
if(1) {
After Line 159:
$combiner->Assign($f);
Add a line:
$items = array();
Thanks again for your help.