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)