Loading...
 
Skip to main content

Architecture / Installation


Re: Header already sent / XML cannot be displayed When user logs in

posts: 47 France

Looks like it is a little "bug"

Actually , you are using a rss id which does not exist as
in a wiki page or somewhere.

Check the rss you use actually exist.

Anyway, tw should verify it's an existing feed, the correction in lib/tikilib.php before line before 5524 would be to add:

Image
Copy to clipboard
$items = $rsslib->parse_rss_data($rssdata, $id); // add that line if (!$items) continue; $repl="";

I hope that will help

There are no comments at this time.