[Pkg-mediawiki-devel] Bug#361087: Automatically generated LocalSettings.php points to wrong 'upload' directory.

Alexander Fisher alexjfisher at gmail.com
Thu Apr 6 13:50:40 UTC 2006


Package: mediawiki1.5
Version: 1.5.8-1
Severity: important
Tags: patch

Hi.

By default, the automatically generated LocalSettings.php config file
should point to the new 'upload' directory?

Kind Regards,
Alex

--- mediawiki1.5-1.5.8/config/index.php 2006-03-02 02:55:15.000000000 +0000
+++ mediawiki1.5-1.5.8.new/config/index.php     2006-04-06
14:36:52.000000000 +0100
@@ -1152,8 +1152,8 @@
  \$wgStyleDirectory   = \"\$IP/skins\";
  \$wgLogo             = \"\$wgStylePath/common/images/wiki.png\";

-\$wgUploadPath       = \"\$wgScriptPath/images\";
-\$wgUploadDirectory  = \"\$IP/images\";
+\$wgUploadPath       = \"\$wgScriptPath/upload\";
+\$wgUploadDirectory  = \"\$IP/upload\";

  \$wgEnableEmail = $enableemail;
  \$wgEnableUserEmail = $enableuseremail;




More information about the Pkg-mediawiki-devel mailing list