Last modified: 2012-10-12 18:54:05 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 T25820, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23820 - WikiArticleFeeds error in display
WikiArticleFeeds error in display
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
WikiArticleFeeds (Other open bugs)
unspecified
All All
: Low major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-07 14:02 UTC by nicolas_albert
Modified: 2012-10-12 18:54 UTC (History)
1 user (show)

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


Attachments

Description nicolas_albert 2010-06-07 14:02:20 UTC
On a wiki in which WikiArticleFeeds is installed, when trying to display a rss feed page (ex. URL index.php?title=Test_rss&action=feed) containing rss declared via WikiArticleFeeds syntax, you get the error : 

Fatal error: Call to undefined method OutputPage::getTitle() in /var/lib/mediawiki/extensions/WikiArticleFeeds.php on line 248.

Suggestion : 
WikiArticleFeeds.php, line 248 : 

- $baseUrl = $wgServer . $wgScript . '?title=' . $out->getTitle()->getDBkey() . '&action=feed&feed=';
+ $baseUrl = $wgServer . $wgScript . '?title=' . $wgTitle . '&action=feed&feed=';
Comment 1 T. Gries 2012-10-12 18:54:05 UTC
I regard this as solved in latest svn trunk versions. Please reopen, if the problem still persists,

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


Navigation
Links