Explorar o código

Add the cache settings to fix login the php conf

Add the line in the LocalConfig.php file.
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
234389bc51
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;