[Mediawiki-l] Checkuser

Rob Church robchur at gmail.com
Sun May 28 18:10:50 UTC 2006


On 28/05/06, Bekki Janssen <bekki.janssen6 at merseymail.com> wrote:
> How do you install this - I tried, but it keeps saying 'failed to add log
> entry'.

Had you looked at the top of the file, you'd have seen the reference
to $wgCheckUserLog, which needs to be set to the path of a writable
file. Add a line similar to the following underneath the require_once(
blah blah CheckUser ) line in LocalSettings.php:

$wgCheckUserLog = '/path/to/file';


Rob Church


More information about the MediaWiki-l mailing list