Last modified: 2010-05-15 15:48:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T11050, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9050 - RSS Feed of last Actions is broken at Firefox
RSS Feed of last Actions is broken at Firefox
Status: CLOSED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Redirects (Other open bugs)
1.9.x
All Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.theologiewiki.de/wiki/inde...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-02-21 13:28 UTC by André Mondri
Modified: 2010-05-15 15:48 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description André Mondri 2007-02-21 13:28:10 UTC
At IE6 the RSS Feed (http://www.theologiewiki.de/wiki/index.php?title=Spezial:Letzte_%C3%
84nderungen&feed=rss) works fine. 

But YahooSiteExplorer and Firefox cant use him : 

"XML-Verarbeitungsfehler: XML-Deklaration nicht am Beginn von externer Entität
Adresse: http://www.theologiewiki.de/wiki/index.php?title=Spezial:Letzte_%C3%
84nderungen&feed=rss
Zeile Nr. 2, Spalte 1:<?xml version="1.0" encoding="utf-8"?>
^"

This happens still since 1.9.0 !
Comment 1 Brion Vibber 2007-02-21 17:26:14 UTC
There is extra whitespace at the beginning or end of one or more of your PHP
files, probably LocalSettings.php or another file you have edited. Remove it.
Comment 2 André Mondri 2007-02-21 20:44:37 UTC
This happens at a fresh and clean Installation with the Installer.
Comment 3 Brion Vibber 2007-02-21 20:56:20 UTC
Your wiki has an extension in it, so it's clearly not a fresh and clean
installation. Look at the file.
Comment 4 André Mondri 2007-02-21 22:35:21 UTC
It only the SitemapExtension :

<?php

$wgExtensionFunctions[] = "wfExtensionSpecialGoogleSitemap";
$wgExtensionCredits['specialpage'][] = array
(
        'name' => 'Special:GoogleSitemap',
        'description' => 'Adds a special page to create a XML Google Sitemap
file, along with some reporting.',
        'url' => 'http://www.mediawiki.org/wiki/Google_Sitemap_Extension',
        'author' => 'Fran&#231;ois Boutines-Vignard',
        'version' => '0.0.4'
);

function wfExtensionSpecialGoogleSitemap()
{
        global $wgMessageCache;
        $wgMessageCache->addMessages(array('googlesitemap' => 'Google Sitemap')); 
        
        $wgAvailableRights[] = 'googlesitemap';
        $wgGroupPermissions['bureaucrat']['googlesitemap'] = true;
        
        SpecialPage::addPage( new SpecialPage( 'GoogleSitemap' , 'userrights') );
}

?>
Comment 5 Rob Church 2007-02-21 22:45:54 UTC
As above, please check for whitespace or other characters, such as byte-order
marks, at the start of the file(s) you have introduced or changed, and at the
end, after the ?> tag.
Comment 6 André Mondri 2007-02-21 22:54:28 UTC
I did not have anything done like this !!! 
Comment 7 Rob Church 2007-02-21 22:56:56 UTC
You may not have intentionally done anything; you may have accidentally
introduced whitespace or other noise during the upload, if you uploaded the file
to a remote server. If you edited the file in an application which inserts
byte-order marks in files, this may have introduced something into
LocalSettings.php. This, however, is where the problem is coming from, so you
need to check any files you have modified, both core and extension.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links