Page MenuHomePhabricator

Installation says its successful but when you move LocalSettings.php the site doesn't work.
Closed, DeclinedPublic

Description

Author: shaggy16

Description:
The problem seems to be with the $IP setting, no path is shown this is what the
generated LocalSettings.php looks like.

if( defined( 'MW_INSTALL_PATH' ) ) {
$IP = MW_INSTALL_PATH;
} else {
$IP = dirname( FILE );
}

I don't think this is what its supposed to look like but I don't know what to
put it. I tried putting physical paths like http://www


Version: 1.8.x
Severity: normal
OS: Windows XP
Platform: PC
URL: http://www.phswiki.jclw.com

Details

Reference
bz7763

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:25 PM
bzimport set Reference to bz7763.
bzimport added a subscriber: Unknown Object (MLST).

Yes, that's what it should look like.

You fail to describe the problem, provide error messages, or link to a site demonstrating the
problem. Resolving WORKSFORME.