Last modified: 2006-06-05 15:42:52 UTC
Even if you write: $wgGroupPermissions["*"]["upload"] = true; in LocalSettings.php, the uploads are forbidden for anonymous users. It is caused by a wrong writing of the code. I will upload a patch fixes it soon. Please note that this fix should be also backported, as the bug is very important for several wikis, and the fix is small.
Created attachment 1903 [details] Patch (trunk) This patch rewrites this piece of code, so that all the messages will be shown only if the upload is forbidden; if the user is anonymous, a message tells him to log in – and if not, a message tells him he should have a permission.
Created attachment 1904 [details] Patch (REL1_6) The same.
Will move the fixes to the correct bug. *** This bug has been marked as a duplicate of 5970 ***