Last modified: 2010-05-15 15:56:39 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7773, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5773 - Little bug during installation
Little bug during installation
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.6.x
PC Linux
: Low trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.rpg-pentacle.info/wiki
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-30 18:00 UTC by Yann PIQUET
Modified: 2010-05-15 15:56 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Yann PIQUET 2006-04-30 18:00:43 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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links