瀏覽代碼

Add the cache settings to fix login the php conf

Add the line in the LocalConfig.php file.
DricomDragon 5 年之前
父節點
當前提交
234389bc51
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Install/Templates/mediawiki/LocalSettings.php

+ 2 - 0
Install/Templates/mediawiki/LocalSettings.php

@@ -147,3 +147,5 @@ wfLoadExtension( 'WikiEditor' );
 # End of automatically generated settings.
 # Add more configuration options below.
 
+# Fix login error
+$wgSessionCacheType = CACHE_DB;