Author: timwi
Description:
BUG MIGRATED FROM SOURCEFORGE
http://sourceforge.net/tracker/index.php?func=detail&aid=1003277&group_id=34373&atid=411192
Originally submitted by cdreiser (cdreiser) 2004-08-04 15:58
Following up on [ 1002764 ] install 1.2.6 on Win2000 IIS
problem.
As vibber asked me to do, I installed 1.3.0beta5. Same
environment (Win2000 with IIS, MySQL and PHP), same
installation folder. following environment check log:
· PHP 4.3.4 ok
· PHP server API is cgi-fcgi; using ugly URLs
(index.php?title=Page_Title)
· Have XML / Latin1-UTF-8 conversion support.
· PHP is configured with no memory_limit.
· Have zlib support; enabling output
compression.
· Found GD graphics library built-in, image
thumbnailing will be enabled if you enable uploads.
· Installation directory:
c:\\inetpub\\wwwroot\\mediawiki
Notice: Undefined index: REQUEST_URI in
c:\inetpub\wwwroot\mediawiki\config\index.php on line
277
· Script URI path:
Notice: Undefined index: SERVER_ADMIN in
c:\inetpub\wwwroot\mediawiki\config\index.php on line
283
Warning: $wgProxyKey is insecure
· Connected as root (automatic)
· Connected to database... 4.0.18-nt; enabling
MySQL 4 enhancementsWarning: $wgProxyKey is
insecure
· Created database secondwikidb
· Creating tables... done.
· Initializing data...
· Granting user permissions...
· Created sysop account WikiSysop.
· Initialising log pages...
· Initialising "MediaWiki" namespace...
Creating LocalSettings.php...
Success! Move the LocalSettings.php file into the
parent directory, then follow this link </index.php> to
your wiki.
I follow the link and get the error message:
Fatal error: Cannot instantiate non-existent class:
languageutf8 in
c:\inetpub\wwwroot\mediawiki\includes\Setup.php on
line 168
Well....
- Additional comments ------------------------
Date: 2004-08-04 17:03
Sender: SF user jeluf
What are the values of wgSitename, wgLanguageCode and
wgUseLatin1 in c:\inetpub\wwwroot\mediawiki\LocalSettings.php ?
Date: 2004-08-05 09:14
Sender: SF user cdreiser
$wgSitename = "SecondWiki";
$wgLanguageCode = "en";
$wgUseLatin1 = false;
Date: 2004-08-05 09:20
Sender: SF user vibber
Can you confirm that the entire languages/ subdirectory is
present and of the correct version?
Date: 2004-08-05 12:10
Sender: SF user cdreiser
Yes the folder c:\inetpub\wwwroot\mediawiki\languages and
c:\Inetpub\wwwroot\mediawiki\languages\wikipedia
exists and alle files are of date 9.July 2004
Version: unspecified
Severity: normal