Talk:WikiArticleFeeds Ver 0.6.4 Release Announcement

From Jimbojw.com

Jump to: navigation, search

Comments on WikiArticleFeeds Ver 0.6.4 Release Announcement

Leave a comment
Sorry, comments are disabled.

Contents

tryh said ...

rtyuhrtyry4rtyret

--tryh 09:46, 18 May 2009 (MST)

Jelle Smet said ...

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)

Mike said ...

I'm getting the same Fatal Error. Did anyone offer or find a solution?

--Mike 10:52, 5 August 2009 (MST)

Alvo said ...

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.

Item A

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)

paper writing said ...

thanks for the great info. it will surely help me a lot

--paper writing 12:27, 28 January 2010 (MST)

spieler said ...

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)

What de fonk? said ...

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)

What de fonk? said ...

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)

alex said ...

Hi

--alex 19:36, 31 July 2010 (MST)