Page MenuHomePhabricator

mediawiki-1.7.1-fix-install-wizard.patch

Authored By
bzimport
Nov 21 2014, 9:18 PM
Size
443 B
Referenced Files
None
Subscribers
None

mediawiki-1.7.1-fix-install-wizard.patch

fix installation if not using root access
--- ./config/index.php.tv2 2006-07-28 03:07:26.000000000 +0200
+++ ./config/index.php 2006-07-28 03:07:02.000000000 +0200
@@ -623,7 +623,7 @@
$ok = true; # Let's be optimistic
# Decide if we're going to use the superuser or the regular database user
- if( $conf->RootPW == '-' ) {
+ if( $conf->RootPW == '' ) {
# Regular user
$conf->Root = false;
$db_user = $wgDBuser;

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2546
Default Alt Text
mediawiki-1.7.1-fix-install-wizard.patch (443 B)

Event Timeline