I was advised that the correct IP path is $IP = "C:\easyphp\www\mediawiki"; and NOT $IP = "/mediawiki";
We have tried every possible path we could think of...
For example, by changing the path to that mentionned above, apart from first error, we also get a list of undefined variables, such as:
Notice: Undefined variable: wgMetaNamespace in
c:\easyphp\www\mediawiki\languages\Language.php on line 25
Notice: Undefined variable: wgMetaNamespace in
c:\easyphp\www\mediawiki\languages\Language.php on line 35
etc...
Indeed. My path for MediaWiki 1.3.5 is
$IP = "C:\\var\\www\\endeavour\\www\\furc\\wiki";
(note: double escape! escape the escapes. that's 4 back slashes.) On Tue, 12 Oct 2004 22:46:14 +0200, udi udimos@012.net.il wrote:
I was advised that the correct IP path is $IP = "C:\easyphp\www\mediawiki"; and NOT $IP = "/mediawiki";
We have tried every possible path we could think of...
For example, by changing the path to that mentionned above, apart from first error, we also get a list of undefined variables, such as:
Notice: Undefined variable: wgMetaNamespace in
c:\easyphp\www\mediawiki\languages\Language.php on line 25
Notice: Undefined variable: wgMetaNamespace in
c:\easyphp\www\mediawiki\languages\Language.php on line 35
etc...
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org