Extension talk:LogEntry

From mediawiki.org

what extensions do I have to be installed before useing LogEntry?

update for MW 1.15.1 & PHP 5.1.6[edit]

I was able to run this extension after this changes:

LogEntry.hooks.php:line 19:

$wgParser->setHook( 'logentry', array('LogEntryHooks','render') );

LogEntry.page.php:line 132:

$wgOut->redirect( $title->getFullURL() );

Use with Mediawiki 1.26[edit]

When I add <logentry /> to the page after installing the plugin in Mediawiki 1.26, I now see the following (instead of a log entry box):

UNIQ--logentry-00000001-QINU?

-bcarlson 2016-01-25 | Seeing same on Mediawiki 1.23, Redhat.

Update: I encounter the same in 1.27. Seems that this extension isn't maintained anymore. Hope developper can provide a solution.

--Günter Gratzer 15:12, 21 September 2016 (UTC) Is there already a solution for this problem?