手册:DefaultSettings.php
Appearance
Outdated translations are marked like this.
MediaWiki文件: DefaultSettings.php | |
---|---|
位置: | includes/ |
源代码: | master • 1.42.3 • 1.41.4 • 1.39.10 |
类: | 查找代码 • 查找帮助文档 |
DefaultSettings.php包含了默认的配置设置。 Currently default settings are stored in MainConfigSchema.php .
As of MediaWiki 1.38, including DefaultSettings.php
in your LocalSettings.php
will result in the error described at T311966:
PHP Fatal error: Uncaught FatalError: $wgBaseDirectory must not be modified in settings files! Use the MW_INSTALL_PATH environment variable to override the installation root directory. in /var/www/html/w/includes/Setup.php:237 Stack trace: #0 /var/www/html/w/maintenance/doMaintenance.php(96): require_once() #1 /var/www/html/w/maintenance/update.php(264): require_once('/var/www/html/w...') #2 {main} thrown in /var/www/html/w/includes/Setup.php on line 237 Fatal error: Uncaught FatalError: $wgBaseDirectory must not be modified in settings files! Use the MW_INSTALL_PATH environment variable to override the installation root directory. in /var/www/html/w/includes/Setup.php:237 Stack trace: #0 /var/www/html/w/maintenance/doMaintenance.php(96): require_once() #1 /var/www/html/w/maintenance/update.php(264): require_once('/var/www/html/w...') #2 {main} thrown in /var/www/html/w/includes/Setup.php on line 237