Not a bug with your module, but a bug I ran into with KT. Took me hours to track down, thought I would post the info here to save some others the trouble.
If you receive a php error message about "headers already sent" that points to the rss2array.inc.php, the fix is simple;
Locate the file:
/kt/plugins/rssplugin/rss2array.in.php
edit the file and replace the shorty php tag <? with the full one: <?php
bingo-- error gone!
hope this helps someone....
Comments
Comment #1
alexpott