Upgrade from v13 to v14 fails (PBXact)

Running PBXact, did update:

/usr/sbin/sysadmin_update_system --unlock # Was locked
/usr/sbin/sysadmin_update_system

Get error:

Unable to locate the FreePBX BMO Class 'Userman’A required module might be disabled or uninstalled. Recommended steps (run from the CLI): 1) fwconsole ma install userman 2) fwconsole ma enable userman

Did:
fwconsole ma install userman

Got same error so I did this:
fwconsole ma install userman --force

Got error:
PHP Parse error: syntax error, unexpected ‘[’ in /var/www/html/admin/modules/userman/vendor/illuminate/support/helpers.php on line 359
Whoops\Exception\ErrorException: syntax error, unexpected ‘[’ in file /var/www/html/admin/modules/userman/vendor/illuminate/support/helpers.php on line 359

Line 359: $results = [];

Changed to $results = array();

Error flagged on next line. Checked PHP version: 5.3
I believe syntax for empty array not supported until 5.4, no?

Did: amportal a ma list | grep framework
Got: | framework | 13.0.197.8 | Disabled; Pending upgrade to 14.0.13.6 | GPLv2+ |
Did: cat /etc/redhat-release
Got: SHMZ release 6.6 (Final)
Did: No Packages marked for Update

Looks to me php needs to be upgrade but it is not doing it.

Regards,
David Koski

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.