Jump to content

Search results

There is a page named "LocalSettings.php" on MediaWiki. See also the other search results found.

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • The LocalSettings.php file provides basic configuration settings of a MediaWiki installation. You should take your time to review the settings in this...
    34 KB (3,292 words) - 02:54, 31 August 2024
  • LocalSettings.php instead and amend them as appropriate. If you cannot find a configuration setting here, see if it is defined in DefaultSettings.php...
    55 KB (10,565 words) - 01:19, 7 November 2024
  • per-wiki settings. If one wishes to use it, the following code should be used in LocalSettings.php: require_once "$IP/InitialiseSettings.php"; Manual:$wgConf...
    1 KB (65 words) - 10:42, 24 July 2022
  • MediaWiki settings, such as database details. It does this by using a shim at the top of LocalSettings.php. The most basic LocalSettings.php file for you...
    2 KB (209 words) - 08:51, 25 April 2022
  • The LocalSettings.php file provides basic configuration settings of a MediaWiki installation. You should take your time to review the settings in this...
    26 KB (3,292 words) - 02:58, 31 August 2024
  • all of the affected wikis' LocalSettings.php files, add: require_once("<path to your CommonSettings.php>/CommonSettings.php"); $wgConf may prove to be...
    2 KB (115 words) - 08:08, 18 September 2024
  • (file_exists("$confdir/$dir/LocalSettings.php")) { $done = true; $conf = "$confdir/$dir"; require_once( $conf . '/LocalSettings.php' ); } $j--; } $i--; } if...
    2 KB (308 words) - 22:22, 9 July 2021
  • LocalSettings.php . As of MediaWiki 1.38, including DefaultSettings.php in your LocalSettings.php will result in the error described at T311966: PHP Fatal...
    2 KB (222 words) - 02:14, 6 April 2024
  • looking to enable/disable upload settings see LocalSettings.php Some PHP installations have 2 php.ini files, one for the php_sapi module that handles the...
    2 KB (185 words) - 22:50, 18 April 2024
  • Setting this to true will invalidate all cached pages whenever LocalSettings.php is changed. This is useful so that if you install a new extension, any...
    1 KB (95 words) - 00:45, 25 August 2024
  • Here are some snippets you can add to LocalSettings.php to accomplish various tasks. A "snippet" is usually a short hook function, typically less than...
    2 KB (233 words) - 09:15, 17 January 2024
  • restricting access. For information on how to edit LocalSettings.php, check Manual:LocalSettings.php . For the common use case of "a private wiki, for...
    27 KB (2,328 words) - 01:08, 13 August 2024
  • If includes/PlatformSettings.php exists, the installer will automatically include it as part of the generated LocalSettings.php. The main advantage of...
    1 KB (183 words) - 16:33, 4 July 2024
  • Manual:$IP (category MediaWiki configuration settings)
    Manually setting this variable to the absolute path to MediaWiki on disk from LocalSettings.php was necessary in older versions of MediaWiki. However,...
    3 KB (253 words) - 01:30, 7 April 2024
  • The Settings extension executes on a separate process and provides a base registry object with parameters that you can use in you LocalSettings.php. require_once...
    1 KB (52 words) - 02:36, 20 July 2020
  • LocalSettings.php by default contains MySQL database user IDs and passwords. Keeping these credentials in LocalSettings.php is risky, because under rare...
    5 KB (585 words) - 12:56, 20 September 2024
  • to LocalSettings.php instead and amend them as appropriate. This index is in alphabetical order (ignoring the $wg prefix). Note that the only setting without...
    46 KB (10,435 words) - 01:22, 7 November 2024
  • per-wiki settings. If one wishes to use it, the following code should be used in LocalSettings.php: require_once "$IP/InitialiseSettings.php"; Manual:$wgConf...
    804 bytes (65 words) - 10:42, 24 July 2022
  • following are all false by default. Enable them by setting them to true in your LocalSettings.php : $wgShowExceptionDetails Enable more details (like...
    19 KB (1,696 words) - 08:56, 16 November 2024
  • includes/DefaultSettings.php and LocalSettings.php , which define variables to control the behavior of the software in various ways. The MainConfigSchema.php file...
    3 KB (257 words) - 02:46, 7 April 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)