https://bugzilla.wikimedia.org/show_bug.cgi?id=41878
--- Comment #2 from jongfeli <[email protected]> 2012-11-08 12:20:25 UTC --- After some more testing on a clean MW-1.20.0 installation I found out that this only happens when you want to change the default value for $wgDefaultUserOptions['thumbsize']. An example in the attached localsettings.php. 6 seems a valid value but the fault appears (only when the actual picture size is bigger then the user image size limits in the "User Preferences"). It seems that $wgDefaultUserOptions['thumbsize'] is no longer linked to $wgThumbLimits (as documented) but to $wgImageLimits. Any value bigger than 4 results in the fault, starting with 0 means there are 5 options, in the defaults for $wgImageLimits there are also 5 options. -- 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
