https://bugzilla.wikimedia.org/show_bug.cgi?id=36003

       Web browser: ---
             Bug #: 36003
           Summary: At the Installation end, when cecking the "PHP object
                    caching (APC, XCache or WinCache)", $wgScriptPath is
                    set to empty string
           Product: MediaWiki
           Version: 1.20-git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Installation
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


I noticed what I regard a reproducible problem with the installer for fresh
installations.

When checking the second option (2) the last question at the end of the
installation procedure are 

"Advanced configuration: Settings for object caching:"

- (1) No caching (no functionality is removed, but speed may be impacted on
larger wiki sites)

- (2) "PHP object caching (APC, XCache or WinCache)" (checked)

$wgScriptPath is set to empty string in LocalSettings.php so that the installed
wiki does not properly work.

I compared the resulting LocalSettings.php files for an installation with
option (1) and (2) and found that 

-$wgScriptPath = "/myserver";
+$wgScriptPath = ""; /*** BUG WHEN SELECTING (2) DURING INSTALLATION ***/

-$wgMainCacheType    = CACHE_NONE;
+$wgMainCacheType    = CACHE_ACCEL; /* ok */

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to