Page MenuHomePhabricator
Feed Search

Jun 22 2023

The_Silent_Ones updated The_Silent_Ones.
Jun 22 2023, 11:45 AM

Jul 20 2022

The_Silent_Ones added a comment to T311966: Running MW 1.38 maintenance/update.php results in Uncaught FatalError: $wgBaseDirectory must not be modified in settings files!.

Any reasons why this small patch wouldn't work? (The "if" check probably isn't even neccessary, just hardcode it.)

It would fix the error, but it would not behave as the user expects. If I assign a value to $wgBaseDirectory, I expect that value to be used. Just ignoring it is confusing.

What the error is really saying is "you cannot change the base directory!".

Jul 20 2022, 3:57 PM · MediaWiki-SettingsBuilder, MediaWiki-Installer

Jul 19 2022

The_Silent_Ones added a comment to T311966: Running MW 1.38 maintenance/update.php results in Uncaught FatalError: $wgBaseDirectory must not be modified in settings files!.

Instead of this (found in Setup.php on line 262-267),

Jul 19 2022, 11:21 PM · MediaWiki-SettingsBuilder, MediaWiki-Installer