On 11/06/07, Mike xclbur5150@yahoo.com wrote:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/drsecret/public_html/wiki/includes/Exception.php on line 139
That is a classic sign that PHP 4 is being used to parse the file, as opposed to PHP 5. Exceptions and throwing were introduced somewhere along the line in PHP 5, and the PHP 4 parser doesn't understand them.
Rob Church