?php # This file was automatically generated by the MediaWiki 1.42.3 # installer. If you make manual changes, please keep track in case you # need to recreate them later. # # See includes/MainConfigSchema.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 require_once "../external_includes/mysql_pw.php"; # Protect against web entry if ( !defined( 'MEDIAWIKI' ) ) { exit; } ## Uncomment this to disable output compression # $wgDisableOutputCompression = true; $wgSitename = 'Coniunctio'; $wgMetaNamespace = 'Coniunctio'; ## 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'; #$wgArticlePath = '/mediawiki/$1'; #$wgScriptExtension = ".php"; #$wgUsePathInfo = true; #$wgResourceBasePath = $wgScriptPath; ## The protocol and server name to use in fully-qualified URLs $wgServer = 'https://jackzweers.nl'; ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath; ## The URL paths to the logo. Make sure you change this from the default, ## or else you'll overwrite your logo when you upgrade! $wgLogos = [ '1x' => "$wgResourceBasePath/resources/assets/logo-144.png", 'icon' => "$wgResourceBasePath/resources/assets/logo-144.png", ]; $wgFavicon = 'resources/assets/favicon.ico'; ## UPO means: this is also a user preference option $wgEnableEmail = true; $wgEnableUserEmail = true; # UPO $wgEmergencyContact = 'jackzweers@gmail.com'; $wgPasswordSender = 'jackzweers@gmail.com'; $wgEnotifUserTalk = false; # UPO $wgEnotifWatchlist = false; # UPO $wgEmailAuthentication = true; # MySQL specific settings $wgDBprefix = "_m"; $wgDBssl = false; # MySQL table options to use during installation or update $wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary"; # Shared database table # This has no effect unless $wgSharedDB is also set. $wgSharedTables[] = "actor"; ## Shared memory settings $wgMainCacheType = CACHE_NONE; $wgMemCachedServers = []; ## To enable image uploads, make sure the 'images' directory ## is writable, then set this to true: $wgEnableUploads = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = '/usr/bin/convert'; ## use ImageMagick in mediawiki $wgUseImageResize = true; $wgUseImageMagick = true; # InstantCommons allows wiki to use images from https://commons.wikimedia.org $wgUseInstantCommons = true; # Periodically send a pingback to https://www.mediawiki.org/ with basic data # about this MediaWiki instance. The Wikimedia Foundation shares this data # with MediaWiki developers to help guide future development efforts. $wgPingback = false; # Site language code, should be one of the list in ./includes/languages/data/Names.php $wgLanguageCode = 'nl'; # Time zone $wgLocaltimezone = 'Europe/Amsterdam'; ## Set $wgCacheDirectory to a writable directory on the web server ## to make your wiki go slightly faster. The directory should not ## be publicly accessible from the web. #$wgCacheDirectory = "$IP/cache"; $wgSecretKey = 'c51d0d1d3474412526c485d97c5a44255c02242da656e5be978217b6c270a001'; # 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 = '1b2ea5fe8fb357e4'; ## 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 = ""; $wgFileExtensions[] = 'svg'; $wgFileExtensions[] = 'pdf'; $wgFileExtensions[] = 'mp4'; $wgSVGNativeRendering = true; $wgAllowTitlesInSVG = true; $wgSVGConverter = 'ImageMagick'; $wgSVGConverters = [ 'ImageMagick' => '$path/convert -background "#ffffff00" -thumbnail $widthx$height\\! $input SVG:$output' ]; # Path to the GNU diff3 utility. Used for conflict resolution. $wgDiff3 = '/usr/bin/diff'; #Zie ook: https://www.mediawiki.org/wiki/Extension:AccessControl $wgGroupPermissions['*']['read'] = false; $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['*']['writeapi'] = false; $wgGroupPermissions['*']['createpage'] = false; $wgGroupPermissions['*']['pagetranslation'] = false; $wgGroupPermissions['*']['embed_pdf'] = true; # Enabled skins. # The following skins were automatically enabled: wfLoadSkin( 'Vector' ); ## Default skin: you can change the default skin. Use the internal ## symbolic names, e.g. 'vector' or 'monobook': $wgDefaultSkin = 'vector-2022'; $wgVectorNightMode['beta'] = true; $wgVectorNightMode['logged_out'] = true; $wgVectorNightMode['logged_in'] = true; ## When enabled, the default theme mode is day. To change the default theme for all users to automatic mode or night mode, you set the default for the user ## option with either: $wgDefaultUserOptions['vector-theme'] = 'night'; $wgDefaultUserOptions['vector-main-menu-pinned'] = 0; $wgDefaultUserOptions['vector-page-tools-pinned'] = 0; $wgDefaultUserOptions['vector-toc-pinned'] = 0; $wgDefaultUserOptions['vector-appearance-pinned'] = 0; $wgBreakFrames = false; $wgEditPageFrameOptions = 'SAMEORIGIN'; $wgAllowSiteCSSOnRestrictedPages; # The following extensions were automatically enabled: wfLoadExtension( 'AbuseFilter' ); wfLoadExtension( 'CategoryTree' ); wfLoadExtension( 'Cite' ); wfLoadExtension( 'CiteThisPage' ); wfLoadExtension( 'CodeEditor' ); wfLoadExtension( 'DiscussionTools' ); wfLoadExtension( 'Echo' ); wfLoadExtension( 'Gadgets' ); wfLoadExtension( 'ImageMap' ); wfLoadExtension( 'InputBox' ); wfLoadExtension( 'Interwiki' ); wfLoadExtension( 'Linter' ); wfLoadExtension( 'LoginNotify' ); wfLoadExtension( 'Math' ); wfLoadExtension( 'MultimediaViewer' ); wfLoadExtension( 'Nuke' ); wfLoadExtension( 'PageImages' ); wfLoadExtension( 'ParserFunctions' ); wfLoadExtension( 'PdfHandler' ); wfLoadExtension( 'Poem' ); wfLoadExtension( 'ReplaceText' ); wfLoadExtension( 'Scribunto' ); wfLoadExtension( 'SecureLinkFixer' ); wfLoadExtension( 'SpamBlacklist' ); wfLoadExtension( 'SyntaxHighlight_GeSHi' ); wfLoadExtension( 'TemplateData' ); wfLoadExtension( 'TextExtracts' ); wfLoadExtension( 'TitleBlacklist' ); wfLoadExtension( 'VisualEditor' ); wfLoadExtension( 'WikiEditor' ); wfLoadExtension( 'ArticleIndex' ); wfLoadExtension( 'DarkMode' ); wfLoadExtension( 'OOJSPlus' ); wfLoadExtension( 'ParserFunctions' ); $wgPFEnableStringFunctions = true; wfLoadExtension( 'PDFEmbed' ); wfLoadExtension( 'HeaderTabs' ); $wgHeaderTabsEditTabLink = true; # wfLoadExtension( 'CSS' ); wfLoadExtension( 'AccessControl' ); wfLoadExtension( 'HTMLTags' ); $wgHTMLTagsAttributes['a'] = [ 'href', 'class', 'id' ]; $wgHTMLTagsAttributes['sup'] = []; wfLoadExtension( 'EmbedVideo' ); $wgEmbedVideoFetchExternalThumbnails = false; $wgEmbedVideoAddFileExtensions = true; $wgEmbedVideoEnableVideoHandler = true; $wgEmbedVideoEnableAudioHandler = true; $wgEmbedVideoRequireConsent = false; #Custom namespaces $wgExtraNamespaces[100] = "Monisme"; $wgExtraNamespaces[101] = "Monisme_talk"; $wgExtraNamespaces[102] = "Drie-eenheid"; $wgExtraNamespaces[103] = "Drie-eenheid_talk"; $wgExtraNamespaces[104] = "Eeuwig_leven"; $wgExtraNamespaces[105] = "Eeuwig_leven_talk"; $wgExtraNamespaces[106] = "Agenda_van_de_ziel"; $wgExtraNamespaces[107] = "Agenda_van_de_ziel_talk"; $wgExtraNamespaces[108] = "Alles_is_volmaakt"; $wgExtraNamespaces[109] = "Alles_is_volmaakt_talk"; $wgExtraNamespaces[110] = "Eigen_verantwoordelijkheid"; $wgExtraNamespaces[111] = "Eigen_verantwoordelijkheid_talk"; $wgExtraNamespaces[112] = "Taboes"; $wgExtraNamespaces[113] = "Taboes_talk"; $wgExtraNamespaces[114] = "Het_heft_in_handen"; $wgExtraNamespaces[115] = "Het_heft_in_handen_talk"; $wgExtraNamespaces[116] = "Zelfwaardering"; $wgExtraNamespaces[117] = "Zelfwaardering_talk"; $wgExtraNamespaces[118] = "Alles_is_liefde"; $wgExtraNamespaces[119] = "Alles_is_liefde_talk"; $wgExtraNamespaces[120] = "Dagboek"; $wgExtraNamespaces[121] = "Dagboek_talk"; $wgExtraNamespaces[122] = "Natuur"; $wgExtraNamespaces[123] = "Natuur_talk"; $wgExtraNamespaces[124] = "Woning"; $wgExtraNamespaces[125] = "Woning_talk"; $wgExtraNamespaces[126] = "Ontwerp_toekomst"; $wgExtraNamespaces[127] = "Ontwerp_toekomst_talk"; ## Default width for the PDF object container. $wgPdfEmbed['width'] = 1140; ## Default height for the PDF object container. $wgPdfEmbed['height'] = 1400; ##Allow user the usage of the pdf tag $wgGroupPermissions['*']['embed_pdf'] = true; $wgGroupPermissions['sysop']['sboverride'] = true; $wgAdminCanReadAll = true; // Administrators can read all restricted pages MediaWiki internal error.

Original exception: [aOyZTFVTw1MVn2v_9Sh3jwAACnU] 2025-10-13 06:16:44: Fatal exception of type "FatalError"

Exception caught inside exception handler.

Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information.