|
I wouldn't advise upgrading to 2.5.4 to fix this bug as it still exists, but as Mei suggests, support should be able to help you out.
This problem occurs when the only users who had space admin rights are no longer valid users in an external user repository (e.g. LDAP). Due to the complexity of the issue, this is likely to only be fixed in Confluence 2.6, not on any prior stable release.
To workaround this problem where the only user with space admin permissions has disappeared:
To do the latter, you need to: 1. Shutdown Confluence. UPDATE SPACEPERMISSIONS SET PERMUSERNAME = 'newuser' WHERE PERMUSERNAME = 'olduser'; 4. Start Confluence again. Please ensure you backup your Confluence database before performing any modifications. Rewrote the space permissions action to apply the changes to the form, rather than try to make the state the same as on the form. The bug was caused by some permissions not making it to the form due to their invalidity.
The rewrite was essential to fix potential problems such as permissions being removed when an LDAP repository is temporarily inaccessible. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Would it be possible for you to restore the space and see if it resolves your problem? I believe you are still using Confluence 2.0.2, I would suggest that you upgrade to our latest version - 2.5.4, at the link below:
http://www.atlassian.com/software/confluence/ConfluenceDownloadCenter.jspa
If the above does not resolve your problem, please attach a zip backup of your <confluence-install>/logs to this issue.
In addition, for all future support requests, please raise an issue at:
https://support.atlassian.com
We simply use http://jira.atlassian.com
for tracking bugs and feature requests/improvements. Thanks.
Regards,
Mei