Hi,
I upgraded to 1.15.1. Everything seemms to work, but I cannot edit pages, even when I am connected as WikiSysop. I can do everthing with pages, even delete them, but not edit. The site tells me I am not authorised.
What can I do ?
the adress is
cheers
Klaus
Hi Klaus,
I just checked the group rights on your wiki and it seems that there is a error there, nobody has the right to edit pages.
This can be fixed by adding the next line to your localsettings.php in your mediawiki root.
$wgGroupPermissions['*']['edit'] = true;
You could check http://www.mediawiki.org/wiki/Manual:User_rights also, it seems that you're missing the rights for admins, crats, etc etc also.
Best regards, Huib
Le dimanche 27 décembre 2009 19:02:46, vous avez écrit :
Hi Klaus,
I just checked the group rights on your wiki and it seems that there is a error there, nobody has the right to edit pages.
This can be fixed by adding the next line to your localsettings.php in your mediawiki root.
$wgGroupPermissions['*']['edit'] = true;
Hi Huib,
it works, thank you.
But now everybody can edit pages without being connected. Before I had in LocalSettings.php:
$wgGroupPermissions['user' ]['edit'] = false; $wgGroupPermissions['*']['edit'] = false;
and it worked: users had to be connected to edit pages.
You could check http://www.mediawiki.org/wiki/Manual:User_rights also, it seems that you're missing the rights for admins, crats, etc etc also.
ok, I shall study this page
cheers Klaus
Best regards, Huib
Hi Klaus,
If you want to allow users to edit but don't want ip's to edits you could change the line I give you in the last email in to: $wgGroupPermissions['user']['edit'] = true;
That would make sure that people can edit when the are registered and logged in.
Huib
mediawiki-l@lists.wikimedia.org