Skip to content
Snippets Groups Projects
Commit c4196fe8 authored by Aastha Mehta's avatar Aastha Mehta
Browse files

cleanup

parent 8d680126
Branches master
No related tags found
No related merge requests found
......@@ -62,9 +62,8 @@ $wgEnableWriteAPI=1;
$wgDBtype = "mysql";
$wgDBserver = "localhost";
$wgDBname = "wiktionary_db";
#$wgDBname = "simple_wiktionary_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
$wgDBpassword = "testpassword";
# MySQL specific settings
$wgDBprefix = "";
......@@ -171,11 +170,11 @@ $wgMaxArticleSize = 32 * 1024 * 1024;
$wgUseFileCache = true; /* default: false */
#$wgUseFileCache = false; /* default: false */
$wgUseGzip = true;
#$wgFileCacheDirectory = "/wiktionary_cache/new_cache/wiktionary_cache";
## for static padding workload
#$wgFileCacheDirectory = "/wiktionary_cache/padded_cache_gz/wiktionary_cache";
#$wgFileCacheDirectory = "/wiktionary_cache/padded_cache/wiktionary_cache";
$wgFileCacheDirectory = "/wiktionary_cache/padded_cache_gz/wiktionary_cache";
## Gzipped version
#$wgFileCacheDirectory = "/wiktionary_cache/wiktionary_cache";
$wgFileCacheDirectory = "/wiktionary_cache/wiktionary_cache";
#$wgFileCacheDirectory = "$IP/cache";
$wgJobRunRate=0;
$wgInvalidateCacheOnLocalSettingsChange=0;
......
<?php
# This file was automatically generated by the MediaWiki 1.27.1
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# https://www.mediawiki.org/wiki/Manual:Configuration_settings
# Protect against web entry
if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = "wiktionary_db";
$wgMetaNamespace = "Wiktionary_db";
#$wgSitename = "mediawiki_db";
#$wgMetaNamespace = "Mediawiki_db";
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
## https://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "/mediawiki";
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://139.19.171.104";
## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath;
## The URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
## UPO means: this is also a user preference option
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmergencyContact = "apache@139.19.171.104";
$wgPasswordSender = "apache@139.19.171.104";
$wgEnotifUserTalk = false; # UPO
$wgEnotifWatchlist = false; # UPO
$wgEmailAuthentication = true;
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "139.19.171.106";
$wgDBname = "simple_wiktionary_db";
#$wgDBname = "mediawiki_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
# MySQL specific settings
$wgDBprefix = "";
# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Experimental charset support for MySQL 5.0.
$wgDBmysql5 = false;
## Shared memory settings
$wgMainCacheType = CACHE_ACCEL;
$wgMemCachedServers = [];
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = false;
#$wgUseImageMagick = true;
#$wgImageMagickConvertCommand = "/usr/bin/convert";
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
$wgUseInstantCommons = false;
## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
$wgShellLocale = "en_US.utf8";
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
#$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/data/Names.php
$wgLanguageCode = "en";
$wgSecretKey = "dd2dfc6da8a7e11ad68ab701bd4fc5029a2920317a74e426c65dcc426fc01d7c";
# Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = "1";
# Site upgrade key. Must be set to a string (default provided) to turn on the
# web installer while LocalSettings.php is in place
$wgUpgradeKey = "d3c41d2ec53012d9";
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = "/usr/bin/diff3";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
$wgDefaultSkin = "vector";
# Enabled skins.
# The following skins were automatically enabled:
wfLoadSkin( 'CologneBlue' );
wfLoadSkin( 'Modern' );
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
# End of automatically generated settings.
# Add more configuration options below.
## added by aasthakm -- 24/02/2017
#wfLoadExtension( 'ParserFunctions' );
#wfLoadExtension( 'Scribunto' );
require_once "$IP/extensions/ParserFunctions/ParserFunctions.php";
require_once "$IP/extensions/Scribunto/Scribunto.php";
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
## to debug error in lua: importdump sees an exception with an
## internal error of 1 from lua
#$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/tmp/mwlua_error.log';
## lua debug log shows not enough memory
#$wgScribuntoEngineConf['luastandalone']['memoryLimit'] = 524288000; # 500M in bytes
##$wgScribuntoDefaultEngine = 'luasandbox';
$wgMaxUploadSize = 32 * 1024 * 1024;
$wgMaxArticleSize = 32 * 1024 * 1024;
## added by alzayat
#$wgEnableParserCache = false;
#$wgCachePages = false;
$wgUseFileCache = true; /* default: false */
$wgUseGzip = true;
$wgFileCacheDirectory = "$IP/cache";
$wgJobRunRate=0;
$wgInvalidateCacheOnLocalSettingsChange=0;
##added by alzayat -- 28/03/2017
$wgSMEEnabled = 1;
$wgSMEStats = 0;
$wgSMEProfiling = 1;
$wgSMEEnforcement = 0;
$wgSMEDebug = 1;
$wgSMEDummyIP = "139.19.168.173";
$wgSMEDummyPort = 2231;
###TODO: disable before experiments
#$wgShowExceptionDetails = 1;
#$wgShowSQLErrors = true;
#$wgDebugDumpSql = true;
#$wgShowDBErrorBacktrace = true;
#$wgDBerrorLog = "/local/sme/mwdberr.log";
##$wgDebugLogFile = "/local/sme/mwdbglog.txt";
<?php
# This file was automatically generated by the MediaWiki 1.27.1
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# https://www.mediawiki.org/wiki/Manual:Configuration_settings
# Protect against web entry
if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = "wiktionary_db";
$wgMetaNamespace = "Wiktionary_db";
#$wgSitename = "mediawiki_db";
#$wgMetaNamespace = "Mediawiki_db";
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
## https://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "/mediawiki";
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://139.19.171.104";
## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath;
## The URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
## UPO means: this is also a user preference option
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmergencyContact = "apache@139.19.171.104";
$wgPasswordSender = "apache@139.19.171.104";
$wgEnotifUserTalk = false; # UPO
$wgEnotifWatchlist = false; # UPO
$wgEmailAuthentication = true;
#Enable API, and Enable writing through the API
#required for the write workload
$wgEnableAPI=1;
$wgEnableWriteAPI=1;
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "139.19.171.106";
$wgDBname = "wiktionary_db";
#$wgDBname = "mediawiki_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
# MySQL specific settings
$wgDBprefix = "";
# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Experimental charset support for MySQL 5.0.
$wgDBmysql5 = false;
## Shared memory settings
$wgMainCacheType = CACHE_ACCEL;
$wgMemCachedServers = [];
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = false;
#$wgUseImageMagick = true;
#$wgImageMagickConvertCommand = "/usr/bin/convert";
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
$wgUseInstantCommons = false;
## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
$wgShellLocale = "en_US.utf8";
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
#$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/data/Names.php
$wgLanguageCode = "en";
$wgSecretKey = "dd2dfc6da8a7e11ad68ab701bd4fc5029a2920317a74e426c65dcc426fc01d7c";
# Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = "1";
# Site upgrade key. Must be set to a string (default provided) to turn on the
# web installer while LocalSettings.php is in place
$wgUpgradeKey = "d3c41d2ec53012d9";
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = "/usr/bin/diff3";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
$wgDefaultSkin = "vector";
# Enabled skins.
# The following skins were automatically enabled:
wfLoadSkin( 'CologneBlue' );
wfLoadSkin( 'Modern' );
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
# End of automatically generated settings.
# Add more configuration options below.
## added by aasthakm -- 24/02/2017
#wfLoadExtension( 'ParserFunctions' );
#wfLoadExtension( 'Scribunto' );
require_once "$IP/extensions/ParserFunctions/ParserFunctions.php";
require_once "$IP/extensions/Scribunto/Scribunto.php";
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
## to debug error in lua: importdump sees an exception with an
## internal error of 1 from lua
#$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/tmp/mwlua_error.log';
## lua debug log shows not enough memory
#$wgScribuntoEngineConf['luastandalone']['memoryLimit'] = 524288000; # 500M in bytes
##$wgScribuntoDefaultEngine = 'luasandbox';
$wgMaxUploadSize = 32 * 1024 * 1024;
$wgMaxArticleSize = 32 * 1024 * 1024;
## added by alzayat
#$wgEnableParserCache = false;
#$wgCachePages = false;
$wgUseFileCache = true; /* default: false */
#$wgUseFileCache = false; /* default: false */
#$wgUseGzip = true;
$wgFileCacheDirectory = "$IP/cache";
$wgJobRunRate=0;
$wgInvalidateCacheOnLocalSettingsChange=0;
##added by alzayat -- 28/03/2017
$wgSMEEnabled = 1;
$wgSMEStats = 0;
$wgSMEProfiling = 1;
$wgSMEEnforcement = 1;
$wgSMEDebug = 1;
$wgSMEDummyIP = "139.19.168.173";
$wgSMEDummyPort = 2231;
###TODO: disable before experiments
#$wgShowExceptionDetails = 1;
#$wgShowSQLErrors = true;
#$wgDebugDumpSql = true;
#$wgShowDBErrorBacktrace = true;
#$wgDBerrorLog = "/local/sme/mwdberr.log";
##$wgDebugLogFile = "/local/sme/mwdbglog.txt";
<?php
# This file was automatically generated by the MediaWiki 1.27.1
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# https://www.mediawiki.org/wiki/Manual:Configuration_settings
# Protect against web entry
if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = "wiktionary_db";
$wgMetaNamespace = "Wiktionary_db";
#$wgSitename = "mediawiki_db";
#$wgMetaNamespace = "Mediawiki_db";
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
## https://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "/mediawiki";
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://139.19.171.104";
## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath;
## The URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
## UPO means: this is also a user preference option
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmergencyContact = "apache@139.19.171.104";
$wgPasswordSender = "apache@139.19.171.104";
$wgEnotifUserTalk = false; # UPO
$wgEnotifWatchlist = false; # UPO
$wgEmailAuthentication = true;
#Enable API, and Enable writing through the API
#required for the write workload
$wgEnableAPI=1;
$wgEnableWriteAPI=1;
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "139.19.171.106";
$wgDBname = "simple_wiktionary_db";
#$wgDBname = "mediawiki_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
# MySQL specific settings
$wgDBprefix = "";
# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Experimental charset support for MySQL 5.0.
$wgDBmysql5 = false;
## Shared memory settings
$wgMainCacheType = CACHE_NONE;
$wgMemCachedServers = [];
$wgEnableParserCache = false;
$wgCachePages = false;
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = false;
#$wgUseImageMagick = true;
#$wgImageMagickConvertCommand = "/usr/bin/convert";
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
$wgUseInstantCommons = false;
## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
$wgShellLocale = "en_US.utf8";
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
#$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/data/Names.php
$wgLanguageCode = "en";
$wgSecretKey = "dd2dfc6da8a7e11ad68ab701bd4fc5029a2920317a74e426c65dcc426fc01d7c";
# Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = "1";
# Site upgrade key. Must be set to a string (default provided) to turn on the
# web installer while LocalSettings.php is in place
$wgUpgradeKey = "d3c41d2ec53012d9";
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = "/usr/bin/diff3";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
$wgDefaultSkin = "vector";
# Enabled skins.
# The following skins were automatically enabled:
wfLoadSkin( 'CologneBlue' );
wfLoadSkin( 'Modern' );
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
# End of automatically generated settings.
# Add more configuration options below.
## added by aasthakm -- 24/02/2017
#wfLoadExtension( 'ParserFunctions' );
#wfLoadExtension( 'Scribunto' );
require_once "$IP/extensions/ParserFunctions/ParserFunctions.php";
require_once "$IP/extensions/Scribunto/Scribunto.php";
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
## to debug error in lua: importdump sees an exception with an
## internal error of 1 from lua
#$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/tmp/mwlua_error.log';
## lua debug log shows not enough memory
#$wgScribuntoEngineConf['luastandalone']['memoryLimit'] = 524288000; # 500M in bytes
##$wgScribuntoDefaultEngine = 'luasandbox';
$wgMaxUploadSize = 32 * 1024 * 1024;
$wgMaxArticleSize = 32 * 1024 * 1024;
## added by alzayat
$wgEnableParserCache = false;
$wgCachePages = false;
#$wgUseFileCache = true; /* default: false */
#$wgUseFileCache = false; /* default: false */
#$wgUseGzip = true;
#$wgFileCacheDirectory = "$IP/cache";
$wgJobRunRate=0;
$wgInvalidateCacheOnLocalSettingsChange=0;
##added by alzayat -- 28/03/2017
$wgSMEEnabled = 1;
$wgSMEStats = 0;
$wgSMEProfiling = 1;
$wgSMEEnforcement = 1;
$wgSMEDebug = 1;
$wgSMEDummyIP = "139.19.168.173";
$wgSMEDummyPort = 2231;
###TODO: disable before experiments
#$wgShowExceptionDetails = 1;
#$wgShowSQLErrors = true;
#$wgDebugDumpSql = true;
#$wgShowDBErrorBacktrace = true;
#$wgDBerrorLog = "/local/sme/mwdberr.log";
##$wgDebugLogFile = "/local/sme/mwdbglog.txt";
<?php
# This file was automatically generated by the MediaWiki 1.27.1
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# https://www.mediawiki.org/wiki/Manual:Configuration_settings
# Protect against web entry
if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = "wiktionary_db";
$wgMetaNamespace = "Wiktionary_db";
#$wgSitename = "mediawiki_db";
#$wgMetaNamespace = "Mediawiki_db";
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
## https://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "/mediawiki";
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://139.19.171.104";
## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath;
## The URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
## UPO means: this is also a user preference option
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmergencyContact = "apache@139.19.171.104";
$wgPasswordSender = "apache@139.19.171.104";
$wgEnotifUserTalk = false; # UPO
$wgEnotifWatchlist = false; # UPO
$wgEmailAuthentication = true;
#Enable API, and Enable writing through the API
#required for the write workload
$wgEnableAPI=1;
$wgEnableWriteAPI=1;
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "139.19.171.106";
$wgDBname = "simple_wiktionary_db";
#$wgDBname = "mediawiki_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
# MySQL specific settings
$wgDBprefix = "";
# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Experimental charset support for MySQL 5.0.
$wgDBmysql5 = false;
## Shared memory settings
$wgMainCacheType = CACHE_ACCEL;
$wgMemCachedServers = [];
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = false;
#$wgUseImageMagick = true;
#$wgImageMagickConvertCommand = "/usr/bin/convert";
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
$wgUseInstantCommons = false;
## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
$wgShellLocale = "en_US.utf8";
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
#$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/data/Names.php
$wgLanguageCode = "en";
$wgSecretKey = "dd2dfc6da8a7e11ad68ab701bd4fc5029a2920317a74e426c65dcc426fc01d7c";
# Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = "1";
# Site upgrade key. Must be set to a string (default provided) to turn on the
# web installer while LocalSettings.php is in place
$wgUpgradeKey = "d3c41d2ec53012d9";
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = "/usr/bin/diff3";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
$wgDefaultSkin = "vector";
# Enabled skins.
# The following skins were automatically enabled:
wfLoadSkin( 'CologneBlue' );
wfLoadSkin( 'Modern' );
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
# End of automatically generated settings.
# Add more configuration options below.
## added by aasthakm -- 24/02/2017
#wfLoadExtension( 'ParserFunctions' );
#wfLoadExtension( 'Scribunto' );
require_once "$IP/extensions/ParserFunctions/ParserFunctions.php";
require_once "$IP/extensions/Scribunto/Scribunto.php";
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
## to debug error in lua: importdump sees an exception with an
## internal error of 1 from lua
#$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/tmp/mwlua_error.log';
## lua debug log shows not enough memory
#$wgScribuntoEngineConf['luastandalone']['memoryLimit'] = 524288000; # 500M in bytes
##$wgScribuntoDefaultEngine = 'luasandbox';
$wgMaxUploadSize = 32 * 1024 * 1024;
$wgMaxArticleSize = 32 * 1024 * 1024;
## added by alzayat
#$wgEnableParserCache = false;
#$wgCachePages = false;
#$wgUseFileCache = true; /* default: false */
#$wgUseFileCache = false; /* default: false */
#$wgUseGzip = true;
#$wgFileCacheDirectory = "$IP/cache";
#
$wgJobRunRate=0;
$wgInvalidateCacheOnLocalSettingsChange=0;
##added by alzayat -- 28/03/2017
$wgSMEEnabled = 1;
$wgSMEStats = 0;
$wgSMEProfiling = 1;
$wgSMEEnforcement = 1;
$wgSMEDebug = 1;
$wgSMEDummyIP = "139.19.168.173";
$wgSMEDummyPort = 2231;
###TODO: disable before experiments
#$wgShowExceptionDetails = 1;
#$wgShowSQLErrors = true;
#$wgDebugDumpSql = true;
#$wgShowDBErrorBacktrace = true;
#$wgDBerrorLog = "/local/sme/mwdberr.log";
##$wgDebugLogFile = "/local/sme/mwdbglog.txt";
......@@ -62,9 +62,8 @@ $wgEnableWriteAPI=1;
$wgDBtype = "mysql";
$wgDBserver = "localhost";
$wgDBname = "wiktionary_db";
#$wgDBname = "simple_wiktionary_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
$wgDBpassword = "testpassword";
# MySQL specific settings
$wgDBprefix = "";
......@@ -171,7 +170,9 @@ $wgMaxArticleSize = 32 * 1024 * 1024;
$wgUseFileCache = true; /* default: false */
#$wgUseFileCache = false; /* default: false */
$wgUseGzip = true;
#$wgFileCacheDirectory = "/wiktionary_cache/new_cache/wiktionary_cache";
## for static padding workload
#$wgFileCacheDirectory = "/wiktionary_cache/padded_cache_gz/wiktionary_cache";
#$wgFileCacheDirectory = "/wiktionary_cache/padded_cache/wiktionary_cache";
## Gzipped version
$wgFileCacheDirectory = "/wiktionary_cache/wiktionary_cache";
#$wgFileCacheDirectory = "$IP/cache";
......
......@@ -62,9 +62,8 @@ $wgEnableWriteAPI=1;
$wgDBtype = "mysql";
$wgDBserver = "localhost";
$wgDBname = "wiktionary_db";
#$wgDBname = "simple_wiktionary_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
$wgDBpassword = "testpassword";
# MySQL specific settings
$wgDBprefix = "";
......@@ -170,9 +169,10 @@ $wgMaxArticleSize = 32 * 1024 * 1024;
$wgUseFileCache = true; /* default: false */
#$wgUseFileCache = false; /* default: false */
#$wgFileCacheDirectory = "$IP/cache";
$wgUseGzip = true;
#$wgFileCacheDirectory = "/wiktionary_cache/new_cache/wiktionary_cache";
## for static padding workload
#$wgFileCacheDirectory = "/wiktionary_cache/padded_cache_gz/wiktionary_cache";
#$wgFileCacheDirectory = "/wiktionary_cache/padded_cache/wiktionary_cache";
## Gzipped version
$wgFileCacheDirectory = "/wiktionary_cache/wiktionary_cache";
#$wgFileCacheDirectory = "$IP/cache";
......
<?php
# This file was automatically generated by the MediaWiki 1.27.1
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# https://www.mediawiki.org/wiki/Manual:Configuration_settings
# Protect against web entry
if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = "wiktionary_db";
$wgMetaNamespace = "Wiktionary_db";
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
## https://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "/mediawiki";
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://localhost";
## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath;
## The URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
## UPO means: this is also a user preference option
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmergencyContact = "apache@localhost";
$wgPasswordSender = "apache@localhost";
$wgEnotifUserTalk = false; # UPO
$wgEnotifWatchlist = false; # UPO
$wgEmailAuthentication = true;
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "localhost";
$wgDBname = "wiktionary_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
# MySQL specific settings
$wgDBprefix = "";
# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Experimental charset support for MySQL 5.0.
$wgDBmysql5 = false;
## Shared memory settings
$wgMainCacheType = CACHE_ACCEL;
$wgMemCachedServers = [];
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = false;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
$wgUseInstantCommons = false;
## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
$wgShellLocale = "en_US.utf8";
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
#$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/data/Names.php
$wgLanguageCode = "en";
$wgSecretKey = "88f81982d5ce8e9876b200c5601675f4fdbb9596db99c64e535c1f48b8822ed8";
# Changing this will log out all existing sessions.
$wgAuthenticationTokenVersion = "1";
# Site upgrade key. Must be set to a string (default provided) to turn on the
# web installer while LocalSettings.php is in place
$wgUpgradeKey = "8d80480149e75f4f";
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = "/usr/bin/diff3";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
$wgDefaultSkin = "vector";
# Enabled skins.
# The following skins were automatically enabled:
wfLoadSkin( 'CologneBlue' );
wfLoadSkin( 'Modern' );
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
# End of automatically generated settings.
# Add more configuration options below.
# added by aasthakm -- 24/02/2017
require_once "$IP/extensions/Scribunto/Scribunto.php";
$wgScribuntoDefaultEngine = 'luastandalone';
#$wgShowExceptionDetails = true;
#$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
## to debug error in lua: importdump sees an exception with an
## internal error of 1 from lua
#$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/tmp/mwlua_error.log';
## lua debug log shows not enough memory
#$wgScribuntoEngineConf['luastandalone']['memoryLimit'] = 524288000; # 500M in bytes
##$wgScribuntoDefaultEngine = 'luasandbox';
$wgMaxUploadSize = 32 * 1024 * 1024;
$wgMaxArticleSize = 32 * 1024 * 1024;
## added by alzayat
#$wgEnableParserCache = false;
#$wgCachePages = false;
$wgUseFileCache = true; /* default: false */
$wgUseGzip = true;
$wgFileCacheDirectory = "$IP/cache";
$wgJobRunRate=0;
$wgInvalidateCacheOnLocalSettingsChange=0;
##added by alzayat -- 28/03/2017
$wgProfiling = 1;
$wgEnforcement = 0;
$wgSMEDebug=1;
This diff is collapsed.
PHP Warning: Module 'apcu' already loaded in Unknown on line 0
MediaWiki 1.27.1 Updater
Your composer.lock file is up to date with current dependencies!
Going to run database updates for simple_wiktionary_db
Depending on the size of your database this may take a while!
Abort with control-c in the next five seconds (skip this countdown with --quick) ... 543210
Turning off Content Handler DB fields for this part of upgrade.
...have ipb_id field in ipblocks table.
...have ipb_expiry field in ipblocks table.
...already have interwiki table
...indexes seem up to 20031107 standards.
...have rc_type field in recentchanges table.
...index new_name_timestamp already set on recentchanges table.
...have user_real_name field in user table.
...querycache table already exists.
...objectcache table already exists.
...categorylinks table already exists.
...have pagelinks; skipping old links table updates
...il_from OK
...have rc_ip field in recentchanges table.
...index PRIMARY already set on image table.
...have rc_id field in recentchanges table.
...have rc_patrolled field in recentchanges table.
...logging table already exists.
...have user_token field in user table.
...have wl_notificationtimestamp field in watchlist table.
...watchlist talk page rows already present.
...user table does not contain user_emailauthenticationtimestamp field.
...page table already exists.
...have log_params field in logging table.
...logging table has correct log_title encoding.
...have ar_rev_id field in archive table.
...have page_len field in page table.
...revision table does not contain inverse_timestamp field.
...have rev_text_id field in revision table.
...have rev_deleted field in revision table.
...have img_width field in image table.
...have img_metadata field in image table.
...have user_email_token field in user table.
...have ar_text_id field in archive table.
...page_namespace is already a full int (int(11)).
...ar_namespace is already a full int (int(11)).
...rc_namespace is already a full int (int(11)).
...wl_namespace is already a full int (int(11)).
...qc_namespace is already a full int (int(11)).
...log_namespace is already a full int (int(11)).
...have img_media_type field in image table.
...already have pagelinks table.
...image table does not contain img_type field.
...already have unique user_name index.
...user_groups table exists and is in current format.
...have ss_total_pages field in site_stats table.
...user_newtalk table already exists.
...transcache table already exists.
...have iw_trans field in interwiki table.
...wl_notificationtimestamp is already nullable.
...index times already set on logging table.
...have ipb_range_start field in ipblocks table.
...no page_random rows needed to be set
...have user_registration field in user table.
...templatelinks table already exists
...externallinks table already exists.
...job table already exists.
...have ss_images field in site_stats table.
...langlinks table already exists.
...querycache_info table already exists.
...filearchive table already exists.
...have ipb_anon_only field in ipblocks table.
...index rc_ns_usertext already set on recentchanges table.
...index rc_user_text already set on recentchanges table.
...have user_newpass_time field in user table.
...redirect table already exists.
...querycachetwo table already exists.
...have ipb_enable_autoblock field in ipblocks table.
...index pl_namespace on table pagelinks includes field pl_from.
...index tl_namespace on table templatelinks includes field tl_from.
...index il_to on table imagelinks includes field il_from.
...have rc_old_len field in recentchanges table.
...have user_editcount field in user table.
...page_restrictions table already exists.
...have log_id field in logging table.
...have rev_parent_id field in revision table.
...have pr_id field in page_restrictions table.
...have rev_len field in revision table.
...have rc_deleted field in recentchanges table.
...have log_deleted field in logging table.
...have ar_deleted field in archive table.
...have ipb_deleted field in ipblocks table.
...have fa_deleted field in filearchive table.
...have ar_len field in archive table.
...have ipb_block_email field in ipblocks table.
...index cl_sortkey on table categorylinks includes field cl_from.
...have oi_metadata field in oldimage table.
...index usertext_timestamp already set on archive table.
...index img_usertext_timestamp already set on image table.
...index oi_usertext_timestamp already set on oldimage table.
...have ar_page_id field in archive table.
...have img_sha1 field in image table.
...protected_titles table already exists.
...have ipb_by_text field in ipblocks table.
...page_props table already exists.
...updatelog table already exists.
...category table already exists.
Populating category table, printing progress markers. For large databases, you
may want to hit Ctrl-C and do this manually with maintenance/
populateCategory.php.
Category population complete.
Done populating category table.
...have ar_parent_id field in archive table.
...have user_last_timestamp field in user_newtalk table.
Populating rev_parent_id fields, printing progress markers. For large
databases, you may want to hit Ctrl-C and do this manually with
maintenance/populateParentId.php.
Populating rev_parent_id column
...doing rev_id from 1 to 200
rev_parent_id population complete ... 0 rows [0 changed]
...protected_titles table has correct pt_title encoding.
...have ss_active_users field in site_stats table.
...ss_active_users user count set...
...have ipb_allow_usertalk field in ipblocks table.
Making pl_namespace, tl_namespace and il_to indices UNIQUE ...done.
...change_tag table already exists.
...tag_summary table already exists.
...valid_tag table already exists.
...user_properties table already exists.
...log_search table already exists.
...have log_user_text field in logging table.
Populating log_user_text field, printing progress markers. For large
databases, you may want to hit Ctrl-C and do this manually with
maintenance/populateLogUsertext.php.
Nothing to do.
done.
Populating log_search table, printing progress markers. For large
databases, you may want to hit Ctrl-C and do this manually with
maintenance/populateLogSearch.php.
Nothing to do.
done.
...l10n_cache table already exists.
...index ls_field_val already set on log_search table.
...index change_tag_rc_tag already set on change_tag table.
...have rd_interwiki field in redirect table.
Converting tc_time from UNIX epoch to MediaWiki timestamp ...done.
Altering all *_mime_minor fields to 100 bytes in size ...done.
...iwlinks table already exists.
...index iwl_prefix_title_from already set on iwlinks table.
...have ul_value field in updatelog table.
...have iw_api field in interwiki table.
...iwl_prefix key doesn't exist.
...have cl_collation field in categorylinks table.
Updating categorylinks (again) ...done.
...module_deps table already exists.
...ar_page_revid key doesn't exist.
...index ar_revid already set on archive table.
...ll_lang is up-to-date.
...user_last_timestamp is already nullable.
...index user_email already set on user table.
...up_property in table user_properties already modified by patch patch-up_property.sql.
...uploadstash table already exists.
...user_former_groups table already exists.
...index type_action already set on logging table.
...have rev_sha1 field in revision table.
...batch conversion of user_options: nothing to migrate. done.
...user table does not contain user_options field.
...have ar_sha1 field in archive table.
...index page_redirect_namespace_len already set on page table.
...have us_chunk_inx field in uploadstash table.
...have job_timestamp field in job table.
...index page_user_timestamp already set on revision table.
...have ipb_parent_block_id field in ipblocks table.
...index ipb_parent_block_id already set on ipblocks table.
...category table does not contain cat_hidden field.
...have rev_content_format field in revision table.
...have rev_content_model field in revision table.
...have ar_content_format field in archive table.
...have ar_content_model field in archive table.
...have page_content_model field in page table.
Content Handler DB fields should be usable now.
...site_stats table does not contain ss_admins field.
...recentchanges table does not contain rc_moved_to_title field.
...sites table already exists.
...have fa_sha1 field in filearchive table.
...have job_token field in job table.
...have job_attempts field in job table.
...have us_props field in uploadstash table.
...ug_group in table user_groups already modified by patch patch-ug_group-length-increase-255.sql.
...ufg_group in table user_former_groups already modified by patch patch-ufg_group-length-increase-255.sql.
...index pp_propname_page already set on page_props table.
...index img_media_mime already set on image table.
...iwl_prefix_title_from index is already non-UNIQUE.
...index iwl_prefix_from_title already set on iwlinks table.
...have ar_id field in archive table.
...have el_id field in externallinks table.
...have rc_source field in recentchanges table.
...index log_user_text_type_time already set on logging table.
...index log_user_text_time already set on logging table.
...have page_links_updated field in page table.
...have user_password_expires field in user table.
...have pp_sortkey field in page_props table.
...recentchanges table does not contain rc_cur_time field.
...index wl_user_notificationtimestamp already set on watchlist table.
...have page_lang field in page table.
...have pl_from_namespace field in pagelinks table.
...have tl_from_namespace field in templatelinks table.
...have il_from_namespace field in imagelinks table.
...img_major_mime in table image already modified by patch patch-img_major_mime-chemical.sql.
...oi_major_mime in table oldimage already modified by patch patch-oi_major_mime-chemical.sql.
...fa_major_mime in table filearchive already modified by patch patch-fa_major_mime-chemical.sql.
...user_id is already unsigned int.
Modifying rc_comment field of table recentchanges ...done.
...hitcounter doesn't exist.
...site_stats table does not contain ss_total_views field.
...page table does not contain page_counter field.
...msg_resource_links doesn't exist.
...msg_resource doesn't exist.
...bot_passwords table already exists.
...have wl_id field in watchlist table.
...cl_collation key doesn't exist.
...index cl_collation_ext already set on categorylinks table.
...collations up-to-date.
...site_stats is populated...done.
Checking existence of old default messages...done.
Populating rev_len column
...doing rev_id from 1 to 200
Populating ar_len column
...archive table seems to be empty.
rev_len and ar_len population complete [0 revision rows, 0 archive rows].
Populating rev_sha1 column
...doing rev_id from 1 to 200
Populating ar_sha1 column
...archive table seems to be empty.
Populating ar_sha1 column legacy rows
rev_sha1 and ar_sha1 population complete [0 revision rows, 0 archive rows].
Populating img_sha1 field
Done 0 files in 0.0 seconds
Fixing protocol-relative entries in the externallinks table...
Done, 0 rows updated.
Populating fa_sha1 field from fa_storage_key
Done 0 files in 0.0 seconds
Updating *_from_namespace fields in links tables.
...doing page_id from 1 to 200
Purging caches...done.
Done in 0.3 s.
===== Exceptions and errors seen ======
(1) simple wiktionary
20600 (11.16 pages/sec 11.16 revs/sec)
20700 (11.17 pages/sec 11.17 revs/sec)
Page "wikt:streamlining" was not imported because its name is reserved for external linking (interwiki).
20800 (11.18 pages/sec 11.18 revs/sec)
20900 (11.19 pages/sec 11.19 revs/sec)
(2) simple wiktionary missing scribunto
21300 (13.85 pages/sec 13.85 revs/sec)
21400 (13.86 pages/sec 13.86 revs/sec)
[6b1f6fe0e95b55cb3841e54e] [no req] MWUnknownContentModelException from line 353 of /local/sme/workspace/mediawiki-1.27.1/includes/content/ContentHandler.php: The content model 'Scribunto' is not registered on this wiki.
See https://www.mediawiki.org/wiki/Content_handlers to find out which extensions handle this content model.
Backtrace:
#0 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiRevision.php(332): ContentHandler::getForModelID(string)
#1 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(866): WikiRevision->getContentHandler()
#2 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(817): WikiImporter->processRevision(array, array)
#3 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(759): WikiImporter->handleRevision(array)
#4 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(567): WikiImporter->handlePage()
#5 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(318): WikiImporter->doImport()
#6 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(277): BackupReader->importFromHandle(resource)
#7 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(108): BackupReader->importFromStdin()
#8 /local/sme/workspace/mediawiki-1.27.1/maintenance/doMaintenance.php(103): BackupReader->execute()
#9 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(323): require_once(string)
#10 {main}
(3) did not appear after enabling debug
669200 (0.85 pages/sec 0.85 revs/sec)
669300 (0.85 pages/sec 0.85 revs/sec)
A database query error has occurred.
Query: SELECT page_id,page_len,page_is_redirect,page_latest,page_content_model FROM `page` WHERE page_namespace = '0' AND page_title = 'Visible_minority' LIMIT 1
Function: LinkCache::addLinkObj
Error: 1053 Server shutdown in progress (localhost)
(4) memory allocation issue with lua engine
3965900 (359.14 pages/sec 359.14 revs/sec)
3966000 (357.97 pages/sec 357.97 revs/sec)
[faaa6cb5ad73f30cc9c7575c] [no req] ScribuntoException from line 131 of /local/sme/workspace/mediawiki-1.27.1/extensions/Scribunto/common/Base.php: Lua error: Internal error: The interpreter has terminated with signal "1".
Backtrace:
#0 /local/sme/workspace/mediawiki-1.27.1/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(654): ScribuntoEngineBase->newException(string, array)
#1 /local/sme/workspace/mediawiki-1.27.1/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(512): Scribunto_LuaStandaloneInterpreter->handleIOError()
#2 /local/sme/workspace/mediawiki-1.27.1/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(475): Scribunto_LuaStandaloneInterpreter->receiveMessage()
#3 /local/sme/workspace/mediawiki-1.27.1/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(406): Scribunto_LuaStandaloneInterpreter->dispatch(array)
#4 /local/sme/workspace/mediawiki-1.27.1/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(52): Scribunto_LuaStandaloneInterpreter->getStatus()
#5 /local/sme/workspace/mediawiki-1.27.1/extensions/Scribunto/common/Hooks.php(292): Scribunto_LuaStandaloneEngine->reportLimitData(ParserOutput)
#6 /local/sme/workspace/mediawiki-1.27.1/includes/Hooks.php(195): ScribuntoHooks::reportLimitData(Parser, ParserOutput)
#7 /local/sme/workspace/mediawiki-1.27.1/includes/parser/Parser.php(513): Hooks::run(string, array)
#8 /local/sme/workspace/mediawiki-1.27.1/includes/content/WikitextContent.php(331): Parser->parse(string, Title, ParserOptions, boolean, boolean, integer)
#9 /local/sme/workspace/mediawiki-1.27.1/includes/content/AbstractContent.php(497): WikitextContent->fillParserOutput(Title, integer, ParserOptions, boolean, ParserOutput)
#10 /local/sme/workspace/mediawiki-1.27.1/includes/page/WikiPage.php(2102): AbstractContent->getParserOutput(Title, integer, ParserOptions)
#11 /local/sme/workspace/mediawiki-1.27.1/includes/page/WikiPage.php(2167): WikiPage->prepareContentForEdit(WikitextContent, Revision, User)
#12 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiRevision.php(554): WikiPage->doEditUpdates(Revision, User, array)
#13 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(346): WikiRevision->importOldRevision()
#14 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(207): WikiImporter->importRevision(WikiRevision)
#15 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(483): BackupReader->handleRevision(WikiRevision, WikiImporter)
#16 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(914): WikiImporter->revisionCallback(WikiRevision)
#17 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(836): WikiImporter->processRevision(array, array)
#18 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(778): WikiImporter->handleRevision(array)
#19 /local/sme/workspace/mediawiki-1.27.1/includes/import/WikiImporter.php(581): WikiImporter->handlePage()
#20 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(354): WikiImporter->doImport()
#21 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(308): BackupReader->importFromHandle(resource)
#22 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(119): BackupReader->importFromStdin()
#23 /local/sme/workspace/mediawiki-1.27.1/maintenance/doMaintenance.php(103): BackupReader->execute()
#24 /local/sme/workspace/mediawiki-1.27.1/maintenance/importDump.php(359): require_once(string)
#25 {main}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment