Hi,
Note: Running SME 7.5.1 with all updates applied.
I have had MediaWiki (1.6.10-6) for some time now and was able to generate acounts etc. But have not looked at it for some time (maybe a year ago), then found I could not create acounts any more. The Login page no longer had the 'Create Acount' link.
I have checked LocalSetting.php and have following set:
$wgGroupPermissions['*']['createaccount'] = true;
$wgGroupPermissions['*']['read'] = true;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['createtalk'] = false;
$wgGroupPermissions['*']['createaccount'] = false;
As I had nothing special in the Wiki I have done a uninstall, including removal of DB and install files, downloaded latest image (1.6.10-8) and re installed, modified LoaclSettings.php file so 'creataccount' = true. But still not working?
I tried to create an account under Admin, via Special:Userlogin, which has the 'create account' link, but get a blank page (under the "log in / create account" heading).
Anyone got any ideas?
Thanks
Paul