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

           Summary: PathInfo causing forms to not work
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: w-du...@hotmail.com


(Followup of bug 21619)

I did some experimentation, and I found the the form-ignoring was caused by a
custom Pathinfo. By commenting out the following lines in my LocalSettings.php
I was able to fix the error:

$wgScriptPath = '';
$wgScriptExtension = '.php';
$wgArticlePath = '/$1';
$wgUsePathInfo = true;

-- 
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 watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to