Comments on WikiArticleFeeds Ver 0.6.4 Release Announcement
Contents |
Hi Jim, I'm interested in having a simple, rss functionality for my mediawiki installation. Your plugin looks excellent, but I can't get it to work. I'm getting the following error message: "Fatal error: Call to undefined method OutputPage::getTitle() in /var/www/mediawiki-1.14.0/extensions/WikiArticleFeeds.php on line 241" Any idea how to fix his one?
Cheers,
--Jelle Smet 04:21, 23 May 2009 (MST)
I'm getting the same Fatal Error. Did anyone offer or find a solution?
--Mike 10:52, 5 August 2009 (MST)
The sample code gives an error Fatal error: Call to undefined method OutputPage::getTitle() in /var/lib/mediawiki/extensions/WikiArticleFeeds.php on line 247
the code was...
Description of my feed.
Here is the content for Item A.
--193.40.35.138 01:11, 30 September 2009 (MST)
any comments?
Alvo
alvo@ut.ee
--Alvo 01:11, 30 September 2009 (MST)
thanks for the great info. it will surely help me a lot
--paper writing 12:27, 28 January 2010 (MST)
Hi there, I am getting the same fatal error. But I saw you haven't posted for a long time...
--spieler 23:37, 26 April 2010 (MST)
In my version the problem appears in line 248. Workaround consisted in replacing it with : $baseUrl = $wgServer . $wgScript . '?title=' . $wgTitle . '&action=feed&feed=';
In other words replacing : $out->getTitle()->getDBkey()
with this : $wgTitle
Cheers,
--What de fonk? 03:01, 7 June 2010 (MST)
The multiple-section rss in one rss feed didn't work (it was printed on one line) in my config (mediawiki-1.15.1, WikiArticleFeeds.php 0.6.5). WikiArticleFeeds.php line 458 : - $sectionRegExp = '#<h' . $lvl . '>\s*\s*(.*?)\s*\s*</h' . $lvl . '>#m'; + $sectionRegExp = '#<a.+?id="(.*?)"></a><h' . $lvl . '>\s*\s*(.*?)\s*\s*</h' . $lvl . '>#m';
--What de fonk? 08:21, 8 June 2010 (MST)
Hi
--alex 19:36, 31 July 2010 (MST)
rtyuhrtyry4rtyret
--tryh 09:46, 18 May 2009 (MST)