Last modified: 2010-05-15 15:54:51 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T16640, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14640 - MainPage cannot be edited
MainPage cannot be edited
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.12.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-06-25 11:50 UTC by Herwig Van Cotthem
Modified: 2010-05-15 15:54 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Herwig Van Cotthem 2008-06-25 11:50:39 UTC
I have setup my wiki so that only logged in users can see and edit pages.  This works nicely for all pages  i used :
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['user']['edit'] = true;
$wgGroupPermissions['*']['read'] = false;
 
# But allow them to read e.g., these pages:
$wgWhitelistRead =  array ( "Main Page", "Special:Userlogin", "Wikipedia:Help");

This works exactly as it should for all pages but the mainpage.  nobody can edit this page, not even sysops.  

even if i allow set the edit permissions to true for everyone this remains the same, sysops cannot do anything on this mainpage, nor can any other user.

I really need to edit this page, so any help will be greatly appreciated,

kind regards,

H
Comment 1 Chad H. 2008-07-01 12:17:00 UTC
I set up my permissions identical to yours listed above, and was still able to edit the mainpage (as sysop). Do you have any other configurations or extensions you didn't mention?
Comment 2 Herwig Van Cotthem 2008-07-01 13:03:46 UTC
there was a table 'protectedpages' in the db which contained the main page, i guess its from an old extension which i uninstalled, anyhow it works after removing the page from the table

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links