Last modified: 2010-05-15 15:42:53 UTC
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
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.