[Mediawiki-l] Users can not 'talk'

asselarain-mediawikil at yahoo.com asselarain-mediawikil at yahoo.com
Wed Sep 13 13:01:07 UTC 2006


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






More information about the MediaWiki-l mailing list