I still have an old server running 4.5 that I want to now get up to date.
I am trying to follow the upgrade path following Fusion documentation which the 1st step is to go from 4.5 to 5.
I have moved the old fusionpbx folder, and done a git clone as per the instructions, followed by doing the chowning
The next set is to run the upgrade.php, this is where it all falls down.
PHP Warning: syntax error, unexpected '(' in /etc/fusionpbx/config.php on line 7
in /var/www/fusionpbx/resources/classes/config.php on line 189
PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /var/www/fusionpbx/resources/classes/config.php on line 115
PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /var/www/fusionpbx/resources/classes/config.php on line 115
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/fusionpbx/resources/classes/config.php on line 293
PHP Fatal error: Uncaught TypeError: Return value of config::configuration() must be of the type array, bool returned in /var/www/fusionpbx/resources/classes/config.php:301
Stack trace:
#0 /var/www/fusionpbx/resources/require.php(45): config->configuration()
#1 /var/www/fusionpbx/core/upgrade/upgrade.php(28): require('/var/www/fusion...')
#2 {main}
thrown in /var/www/fusionpbx/resources/classes/config.php on line 301
php -l /etc/fusionpbx/config.php shows no errors and though it may be php as this server had 7.1 so upgraded to 7.4 but still the same
Anyone got any ideas
I am trying to follow the upgrade path following Fusion documentation which the 1st step is to go from 4.5 to 5.
I have moved the old fusionpbx folder, and done a git clone as per the instructions, followed by doing the chowning
The next set is to run the upgrade.php, this is where it all falls down.
PHP Warning: syntax error, unexpected '(' in /etc/fusionpbx/config.php on line 7
in /var/www/fusionpbx/resources/classes/config.php on line 189
PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /var/www/fusionpbx/resources/classes/config.php on line 115
PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /var/www/fusionpbx/resources/classes/config.php on line 115
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/fusionpbx/resources/classes/config.php on line 293
PHP Fatal error: Uncaught TypeError: Return value of config::configuration() must be of the type array, bool returned in /var/www/fusionpbx/resources/classes/config.php:301
Stack trace:
#0 /var/www/fusionpbx/resources/require.php(45): config->configuration()
#1 /var/www/fusionpbx/core/upgrade/upgrade.php(28): require('/var/www/fusion...')
#2 {main}
thrown in /var/www/fusionpbx/resources/classes/config.php on line 301
php -l /etc/fusionpbx/config.php shows no errors and though it may be php as this server had 7.1 so upgraded to 7.4 but still the same
Anyone got any ideas