New install on a Cpanel administered server using the Softaculous script installer.

This has not been modified at all from the initial run, as soon as opened up, checked that everything was in the right place and found a few errors:

When attempt to import contacts:

T_FUNCTION in /home/.../public_html/Suite/modules/AOW_WorkFlow/aow_utils.php on line 136

When go onto the admin page:

Administration

Parse error: syntax error, unexpected T_FUNCTION in /home/.../public_html/.../modules/AOR_Reports/AOR_Report.php on line 106
    function getReportFields(){
        $fields = array();
        foreach($this->get_linked_beans('aor_fields','AOR_Fields') as $field){
            $fields[] = $field;
        }
/* Line 106 */        usort($fields,function($a,$b){
            return $a->field_order - $b->field_order;
        });
        return $fields;
    }

How has softaculous gone wrong here? There is still a install of Sugar CRM in a different branch of the file structure /home/…/public_html/Sugar/