On 28/05/06, Bekki Janssen bekki.janssen6@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