Last modified: 2010-05-15 15:48:32 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 T10803, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8803 - Internal 500 error when using PATH_INFO
Internal 500 error when using PATH_INFO
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.9.x
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-28 08:42 UTC by philip olson
Modified: 2010-05-15 15:48 UTC (History)
1 user (show)

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


Attachments

Description philip olson 2007-01-28 08:42:02 UTC
The following setup:

Apache/1.3.37
PHP 5.2.0 - FastCGI
Zend Extension and Zend Memory Manager
Linux x86_64
-with-libdir=lib64
--enable-force-cgi-redirect

Wikimedia installed fine (well, fwiw, this was reinstalled (upgraded) due to PHP
5 not being available in shell)  but it went fine (from 1.6.x). The problem only
occurs when PATH_INFO requests are made by the wiki.

500: example.com/wiki/index.php/Main_Page 
OK:  example.com/wiki/index.php?foo=bar
OK:  example.com/wiki/non-mediawiki-file.php/Main_Page

For good measure I disabled the possible debug_backtrace() call (as it appears
this was a recent related bug) but to no avail. All mediawiki extensions are
disabled, and $wgPathInfo = false; $wgUsePathInfo = false; exist in
LocalSettings.php. Links still use PATH_INFO even after cache purge.

Please let me know what I can do to help. Do note I'm new to MediaWiki, upgraded
from 1.6.x using the same LocalSettings.php, and use .htaccess to enable PHP 5
on the system (only the one addtype line within).
Comment 1 Rob Church 2007-01-31 03:37:52 UTC
Resolved through IRC:

<robchurch> Set $wgArticlePath in LocalSettings.php to "$wgScript?title=$1" (it
should be there, commented out)
Comment 2 Rob Church 2007-06-06 03:49:06 UTC
No idea why I reopened this, but closing again, given that it's a "support ticket", not a bug.

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


Navigation
Links