Last modified: 2005-11-15 01:28:57 UTC
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.
srv44 and srv47 had Parser.php and GlobalFunctions.php out of date respectively, the bug should be FIXED now.
(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?