Hi,
I run a website based on Mediawiki. After I have upgraded from 1.5 to 1.7.1, users on my wiki can no longer talk on the pages!
Local settings have the following
$wgGroupPermissions['*' ]['read'] = true; $wgGroupPermissions['*' ]['edit'] = false; $wgGroupPermissions['*' ]['talk'] = true; $wgGroupPermissions['user' ]['edit'] = false; $wgGroupPermissions['user' ]['move'] = false; $wgGroupPermissions['user' ]['talk'] = true; $wgGroupPermissions['sysop']['edit'] = true; # // Implicit group for all visitors $wgGroupPermissions['*' ]['createaccount'] = true;
$wgDisableAnonTalk = true;
# and also
$wgEmailAuthentication = true;
I know this is very limited information. If somebody can at least point in the right direction for checking for what is causing this ....
Thanks in advance