rss2array.inc.php error with KT
WorldFallz - October 19, 2007 - 17:26
| Project: | KnowledgeTree integration |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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....

#1
#2
Automatically closed -- issue fixed for 2 weeks with no activity.