Hi,
I thought I had this sorted, but I clearly dont. I have new users being created and content uploaded. Email seems to be intermittent - sometimes I get notifications, other times I don't
URL is at http://www.actscoutaction.org.au/wiki/index.php/Special:RecentChanges
Here's some detail
LocalSettings.php:
# Disable anonymous editing // Implicit group for all anonymous $wgGroupPermissions['*' ]['createaccount'] = false; $wgGroupPermissions['*' ]['read'] = true; $wgGroupPermissions['*' ]['edit'] = false; $wgGroupPermissions['*' ]['createpage'] = false; $wgGroupPermissions['*' ]['createtalk'] = false;
$wgUsersNotifiedOnAllChanges = array( 'WikiSysop', 'IvanSanders' );
Versions are:
MediaWiki 1.21.2 PHP 5.3.26 (litespeed) MySQL 5.5.32-31.0
Any help appreciated
Cheers
Ivan