Page MenuHomePhabricator

installation error
Closed, DeclinedPublic

Description

Author: jamestjackson

Description:
I am getting the following error, can someone help me? I have install the setup script three times.

Parse error: syntax error, unexpected '{', expecting '(' in /homepages/4/d222785879/htdocs/mediawiki/includes/AutoLoader.php on line 10


Version: unspecified
Severity: enhancement
URL: http://minoritywiki.com

Details

Reference
bz16450

Event Timeline

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

This is strange, because line 10 of includes/AutoLoader.php is the following in 1.13.2:
static $localClasses = array(
So there's no '{' in that line, but a '(' as expected by PHP. Did you modify this file?

Cannot replicate. There's certainly no parse errors in Autoloader in trunk, the 1.15 or 1.16 branches.

Whatever it was seems caused by: local changes, a broken package installer, checking out a SVN copy when it was momentarily broken, or monsters.