Last modified: 2013-01-18 09:06:15 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 T45886, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 43886 - ConfirmAccount fails where wgUploadDirectory is set to any other path than the default
ConfirmAccount fails where wgUploadDirectory is set to any other path than th...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
ConfirmAccount (Other open bugs)
master
All All
: High critical (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-11 21:14 UTC by Gregor Hagedorn
Modified: 2013-01-18 09:06 UTC (History)
1 user (show)

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


Attachments

Description Gregor Hagedorn 2013-01-11 21:14:23 UTC
The file ConfirmAccount.config.php contain the lines

$wgFileStore['accountreqs']['directory'] : "{$IP}/images/accountreqs",

and

$wgFileStore['accountcreds']['directory'] : "{$IP}/images/accountcreds",

These use the default value for $wgUploadDirectory (see http://www.mediawiki.org/wiki/Manual:$wgUploadDirectory ) as a literal. Consequently ConfirmAccount fails in all cases where the upload directory differs from the default.

The bug seems to be the cause for the problem reported also here:
http://www.mediawiki.org/wiki/Extension_talk:ConfirmAccount#Account_confirmation_error:_Could_not_create_directory_.22mwstore:.2F.2Faccountcreds-backend.2Faccountcreds-public.2Fw.2Fwe.2Fwes.22. -- changing the lines above removes the error.

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


Navigation
Links