Page MenuHomePhabricator

anonymous upload gives UploadStashNotLoggedInException
Closed, DuplicatePublic

Description

Author: kalvdans

Description:
I have followed the guidelines at

http://www.mediawiki.org/wiki/Manual_talk:Configuring_file_uploads#anonymous_uploads

and configured mediawiki with these settings in LocalSettings.php:

$wgEnableUploads = true;
$wgGroupPermissions['*']['upload'] = true;

However, when I try to upload a file, I get an internal error shown after clicking the Upload button:

[rEUWI8fa738431f63] 2014-06-04 11:08:30: Fatal exception of type UploadStashNotLoggedInException

Bug 5970 is for a similar problem in an earlier version. Perhaps it should be reopened and this bug closed.

Version: 1.21.x
Severity: normal

Details

Reference
bz66115