> Dmitriy, > The problems I was having with the RSS were being caused by an explicit > assignment of $wgUrlProtocols that I'd manually added to > LocalSettings.php when using RC1. Specifically, the line in question > was:
> $wgUrlProtocols = > 'http:\/\/|https:\/\/|ftp:\/\/|irc:\/\/|gopher:\/\/|news:|mailto:|file:\ > /\/'; Yes, I have additional // make rtsp valid uri protocol (used by RealPlayer) $wgUrlProtocols[] = 'rtsp://'; but it's not a string, rather an element of array. And it works with MW 1.11 without any problem. Anyway, even if the problem is related to wgUrlProtocols, I'd rather prefer to recieve a meaninful warning in the wiki itself, rather than a raw PHP error. > As the error messages I was getting weren't the same as those that you > supplied, I assumed that your specific problem would be slightly > different. However, as the RSS code itself is clearly working OK, I > wondered whether LocalSetting.php might be the source of your problem > too. Even if it's working at your computer, that doesn't means it works everywhere. For example, don't forget that Latin alphabet is probably the most common set among different character encodings and is the most accepted one among RFC's, protocols and so on. My wiki uses Cyrillic alphabet, some params of ask query are Cyrillic strings. > Good luck in finding your problem. Thanks, I hope that Markus will investigate it. Otherwise, I'll try to fix but not now, later. To me, it's important for the fix to be a part of SVN. Dmitriy ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Semediawiki-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
