Not only the round brackets, also the word array is missing. I wasted ages on this error. It should be:
$aliases['onward'] = array ( 'root' => '/path/to/upgraded/drupalroot', 'uri' => 'http://onward.mysite.org' a>, );
More information about text formats
array missing
Not only the round brackets, also the word array is missing. I wasted ages on this error. It should be:
$aliases['onward'] = array (
'root' => '/path/to/upgraded/drupalroot',
'uri' => 'http://onward.mysite.org' a>,
);