Mailing List Archive

What's problem ?
I am a korean student. I want to run korea encyclopedia wiki page. English encyclopedia wiki page settting is easy. But I suffer from korea encyclopedia wiki setting. I don't know what's wrong. I need you your help. I use PHP 4.3.4 , Apache 2 and mysql 3.23.54 mediawiki version is mediawiki-1.1.0 AdminSettings.php <? $wgDBadminuser = "root"; $wgDBadminpassword = "guraud12"; $wgInstallOwner = "apache"; $wgInstallGroup = "apache"; ?> LocalSettings.php <? $IP = "/var/www/html/kowiki"; if ( ! isset( $DP ) ) { $DP = $IP; } include_once( "$DP/DefaultSettings.php" ); $wgScriptPath = "/kowiki"; $wgServer = "http://metabolome.kaist.ac.kr"; $wgArticlePath = "{$wgScript}?title=$1"; $wgEmergencyContact = "narrowpath@empal.com"; # MySQL settings # $wgDBserver = "localhost"; $wgDBuser = "root"; $wgDBname = "kowiki"; $wgDBpassword = "guraud12"; $wgDBsqlpassword = "guraud12"; $wgDBminWordLen = 3; # Match this to your MySQL fulltext $wgDBtransactions = false; # Set to true if using InnoDB tables $wgUseBetterLinksUpdate=true; $wgLanguageCode = "Ko"; $wgUseTeX = false; $wgUseCategoryMagic = true ; $wgLocalInterwiki = "w"; $wgInputEncoding = "UTF-8"; $wgOutputEncoding = "UTF-8"; ?>
http://www.empas.com/"] http://www.empas.com/"]°Ë»öÀº ¿¥ÆĽº (www.empas.com)
Áö½Ä, À̹ÌÁö, ´º½º, ¹®¼­±îÁö °Ë»ö http://empal.empas.com/"] http://empal.empas.com/"]¸ÞÀÏÀº ¿¥ÆÈ (www.empal.com)
30M ¸ÞÀÏ°ø°£, 10M ÷ºÎÆÄÀÏ°¡´É http://www.empas.com"] http://blog.empas.com"] http://www.empas.com/open_new/empal/"] http://photo.empas.com/"]
What's problem ? [ In reply to ]
I am a korean student. I want to run korea encyclopedia wiki page. English encyclopedia wiki page settting is easy. But I suffer from korea encyclopedia wiki setting. I don't know what's wrong. I need you your help. I use PHP 4.3.4 , Apache 2 and mysql 3.23.54 mediawiki version is mediawiki-1.1.0 AdminSettings.php ============================= $wgDBadminuser = "root"; $wgDBadminpassword = "guraud12"; $wgInstallOwner = "apache"; $wgInstallGroup = "apache"; ================================ LocalSettings.php =========================================== $IP = "/var/www/html/kowiki"; if ( ! isset( $DP ) ) { $DP = $IP; } include_once( "$DP/DefaultSettings.php" ); $wgScriptPath = "/kowiki"; $wgServer = "http://metabolome.kaist.ac.kr"; $wgArticlePath = "{$wgScript}?title=$1"; $wgEmergencyContact = "narrowpath@empal.com"; # MySQL settings # $wgDBserver = "localhost"; $wgDBuser = "root"; $wgDBname = "kowiki"; $wgDBpassword = "guraud12"; $wgDBsqlpassword = "guraud12"; $wgDBminWordLen = 3; # Match this to your MySQL fulltext $wgDBtransactions = false; # Set to true if using InnoDB tables $wgUseBetterLinksUpdate=true; $wgLanguageCode = "Ko"; $wgUseTeX = false; $wgUseCategoryMagic = true ; $wgLocalInterwiki = "w"; #$wgInputEncoding = "ISO-8859-1"; #$wgOutputEncoding = "ISO-8859-1"; $wgInputEncoding = "UTF-8"; $wgOutputEncoding = "UTF-8"; ===========================
http://www.empas.com/"] http://www.empas.com/"]°Ë»öÀº ¿¥ÆĽº (www.empas.com)
Áö½Ä, À̹ÌÁö, ´º½º, ¹®¼­±îÁö °Ë»ö http://empal.empas.com/"] http://empal.empas.com/"]¸ÞÀÏÀº ¿¥ÆÈ (www.empal.com)
30M ¸ÞÀÏ°ø°£, 10M ÷ºÎÆÄÀÏ°¡´É http://www.empas.com"] http://blog.empas.com"] http://www.empas.com/open_new/empal/"] http://photo.empas.com/"]
Re: What's problem ? [ In reply to ]
On Jan 7, 2004, at 03:27, ±ÇâÇõ wrote:
> I am a korean student.
> I want to run korea encyclopedia wiki page.
> English encyclopedia wiki page settting is easy.
> But I suffer from korea encyclopedia wiki setting.
> I don't know what's wrong.
>
> I need you your help.
>
> I use PHP 4.3.4 , Apache 2 and mysql 3.23.54
> mediawiki version is mediawiki-1.1.0

Some other people have been having problems with MySQL 3.x; try putting
this into LocalSettings.php:

$wgEnablePersistentLC = false;

But I don't think that's the cause; I'm seeing no output at all from
the wiki even giving it different options that shouldn't trigger that
error.

Check the Apache or PHP error log. Depending on your configuration,
error messages may not be displayed to the user by PHP, but are
probably still logged.

> AdminSettings.php
> =============================
> $wgDBadminuser = "root";

This is a public mailing list; you really shouldn't be posting
passwords to it!

-- brion vibber (brion @ pobox.com)