History: RssStreamsFromhtAccessedPages1
Preview of version: 5
> http://user:pass@www.site.de/tiki_blog-rss.php
In Theory this should be enough, but on my own site I still face probems. The XML Parser doesn't gets to parse the RSS Data and every Validator crys out loud while checking the RSS.
(See next Title)
So after removing the first block of the rdf ( The Listing of the items + the Channel desription ), the trick above works. But this is not good ๐ Because I don't have a clue how the RDF would have to look, I can't correct this.
Update:
After a close look into the output, I reallised that their was a little Warning Message in the RDF ! ( Generated by PHP ). This was the problem why nothing got displayed.
So after removing the causing Line from tiki-setup.php everything works fine with the above user:pass combination.
(Line 1418)
if($feature_obzip == 'y') {
// ob_start("ob_gzhandler");
}
Maddi, 02. Sep, 2003
Bremen, Germany