Ashar Voultoiz wrote: ...
I did not apply the $wgCommandLineMode = true in index.php cause it's
not true :o) Need to find another way to use that :o)
My patch removes that line(i.e. the - in unified diff means that it was in the code before but after the patch is applied it will be removed).
Index: config/index.php
RCS file: /cvsroot/wikipedia/phase3/config/index.php,v retrieving revision 1.89 diff -b -u -d -r1.89 index.php --- config/index.php 28 Dec 2004 14:49:41 -0000 1.89 +++ config/index.php 15 Jan 2005 00:17:12 -0000 @@ -405,7 +405,6 @@ $wgDBadminuser = "root"; $wgDBadminpassword = $conf->RootPW; $wgDBprefix = $conf->DBprefix;
$wgCommandLineMode = true; $wgUseDatabaseMessages = false; /* FIXME: For database
failure */ require_once( "includes/Setup.php" ); chdir( "config" );
...