Page MenuHomePhabricator

PHP Errors in GlobalFunctions.php and Parser.php
Closed, ResolvedPublic

Description

Author: Jacob.Jose

Description:
Hi,

While browsing the site (http://en.wikipedia.org/wiki/Rose_Kennedy), I received
a PHP error report on the screen with the following details:

Warning: Unterminated comment starting line 1402 in
/usr/local/apache/common-local/php-1.5/includes/GlobalFunctions.php on line 1402

Fatal error: Call to undefined function: wfurlprotocols() in
/usr/local/apache/common-local/php-1.5/includes/Parser.php on line 57

There seems to be a problem within the PHP script and most important of all, the
error is thrown to the browser.

The server did recover and was able to give me back the page after some time. I
did get the Parser error once again and was again displayed on the screen.

The environment that I use is Firefox 1.0.7 on Windows XP.

Peace,

     Jacob.

Version: unspecified
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz3968

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:53 PM
bzimport set Reference to bz3968.
bzimport added a subscriber: Unknown Object (MLST).

avarab wrote:

srv44 and srv47 had Parser.php and GlobalFunctions.php out of date respectively,
the bug should be FIXED now.

Jacob.Jose wrote:

(In reply to comment #1)

srv44 and srv47 had Parser.php and GlobalFunctions.php out of date respectively,
the bug should be FIXED now.

But why is it thrown to the user?