Mediawiki1.7 for Debian
-----------------------

If you ends up with a broken wiki when the configuration file is placed in /etc/mediawiki1.7, 
you may check if the configuration file has a line in this form:

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

In this case you should check that you have a line in the form :

define(MW_INSTALL_PATH,"/var/lib/mediawiki1.7");

before that line.


Romain


