https://bugzilla.wikimedia.org/show_bug.cgi?id=35890
--- Comment #7 from Bawolff <[email protected]> 2012-04-11 23:10:49 UTC --- (In reply to comment #3) > > Essentially, the wfMkdirParents function in GlobalFunctions.php needs to have > the mkdir function changed, or the $mode variable changed, when using IIS. The > folders it is creating do not have the correct permissions, even with the > /images/ directory set explicitly to recurs permissions to all children. I'd > change it myself, but I simply do not have the experience with the PHP/ISS mix > to get the permissions set using PHP. In php/apache or .net/iis this is a > simple function. I couldn't find ANYTHING useful on the web about how to > override permissions using php on iis. > All docs i can find say that php totally ignores the mode argument of mkdir when running under windows. Not sure where that leaves us... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
