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...
    33 KB (3,289 words) - 17:11, 5 April 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...
    54 KB (10,277 words) - 20:01, 11 April 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,289 words) - 02:22, 6 April 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
  • 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) - 22:45, 13 August 2023
  • 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
  • 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) - 08:15, 7 July 2023
  • 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
  • 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) - 21:23, 24 January 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
  • 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) - 21:12, 18 April 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) - 19:54, 16 February 2024
  • php (or DefaultSettings.php before MediaWiki 1.39) file. Never edit MainConfigSchema.php; add appropriate lines to LocalSettings.php instead and amend...
    45 KB (10,135 words) - 20:04, 11 April 2024
  • 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,688 words) - 02:26, 4 February 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
  • Composer (redirect from Composer.local.json)
    your MediaWiki installation, the same directory that holds LocalSettings.php , index.php etc.. $IP stands for the Installation Path (or "directory")...
    10 KB (937 words) - 11:19, 12 March 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)