The blank line will usually be due to an extra blank line at the end of a file in the extension, or sometimes in your LocalSettings.php
Try trimming off the ?> from the end of the extension files; extra spaces/newlines after of can be problematic and it's not really needed. -- brion vibber (brion @ wikimedia.org) On Feb 17, 2009, at 12:11, "Chambless Susan D Ms NGA-II USA CIV" <[email protected] > wrote: > I have been trying to implement this extension. Much seems to be going > OK, but I cannot display the feed (or subscribe to it successfully.) > The > main problem seems to be that the feed XML has a blank line at the > beginning. However, there are other issues. The Apache2 error log > shows > the following Undefined properties: > > * NewsChannel::$newsWikiExcludeCategory > * NewsChannel::$authorizedEditors > > and undefined variables: > > * $wbNewsChannelExportTextOnly > > all in NewsChannel_body.php > > The blank line shows up in the Recent Changes feed, also. > > Any help would be greatly appreciated. > > Susan <http://www.mediawiki.org/wiki/User:Mathsinger> 18:22, 17 > February 2009 (UTC) > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
