Last modified: 2010-05-15 15:56:39 UTC
At the end of the installation of mediawiki, I had move config/LocalSettings.php to ./LocalSettings.php, but the installator still ask for this action. I have fixed this bug just by changing, on line #35 on install.php, if( !file_exists( 'LocalSettings.php' ) ) { to if( !file_exists( './LocalSettings.php' ) ) { My phpinfo can be found here: http://www.rpg-pentacle.info/info4.php