https://bugzilla.wikimedia.org/show_bug.cgi?id=43886

       Web browser: ---
            Bug ID: 43886
           Summary: ConfirmAccount fails where wgUploadDirectory is set to
                    any other path than the default
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: Unprioritized
         Component: ConfirmAccount
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to