Sfoglia il codice sorgente

Add the cache settings to fix login the php conf

Add the line in the LocalConfig.php file.
DricomDragon 5 anni fa
parent
commit
234389bc51
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;