Last modified: 2013-02-06 16:12:04 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T24333, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 22333 - Custom PathInfo in LocalSettings.php causing forms on Special: pages to not work
Custom PathInfo in LocalSettings.php causing forms on Special: pages to not work
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.16.x
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-31 18:31 UTC by Will Dueck
Modified: 2013-02-06 16:12 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Will Dueck 2010-01-31 18:31:08 UTC
(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;
Comment 1 Bawolff (Brian Wolff) 2013-02-06 16:12:04 UTC
I take it you were using either rewrite rules or apache aliases (or equivalent for another webserver)?

This sounds like you had apache rewrite/equivalent misconfigured, which would make this not a MediaWiki bug. Closing as invalid (but please re-open if you're sure it wasn't just apache being misconfigured)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links