Topic on Extension talk:PageTriage

Does it work outside wikipedia?

5
Lsilverman (talkcontribs)

I didn't see anywhere that expressly said this wouldn't work on the average mediawiki installation. I installed the extension on a wiki running 1.22.5. Ran update.php, Version page shows everything's ok.

My "New pages feed" is just plain empty. I've checked the filters and I have them all set for maximum results, yet no results are shown. The regular New pages page has plenty of results.

Not seeing anything in the apache error logs. Not sure what to try next. Any advice?

Mattflaschen (talkcontribs)
Solanki (talkcontribs)

Using MW 1.23 and Postgres 9.2 as db and facing the same issue. Everything looks good, it even show the message " Please wait...", but then a blank grey box comes up.

Mattflaschen-WMF (talkcontribs)
BoschAlex (talkcontribs)

Hi! I had the same problem.

MediaWiki version 1.25.2 and PageTriage version 0.2.1

I just fixed it changing in /PageTriage/includes/ArticleMetada.php all the lines (3 times)

$cache = ObjectCache::getMainWANInstance();

with

global $wgMainCacheType;

$cache = ObjectCache::getInstance($wgMainCacheType);

Reply to "Does it work outside wikipedia?"