Just tried new freepbx17 over debian12
Installation is straigthforward, fresh system is fine.
I ran a restore from Freepbx16 apparently without problems, but GUI is unreachable (connection refused) and CLI login says:
Linux freepbxhost 6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Sep 16 17:50:09 2024 from 172.16.200.14
PHP Fatal error: During inheritance of ArrayAccess: Uncaught ArgumentCountError: Too few arguments to function freepbx_error_handler(), 4 passed in /var/www/html/admin/libraries/Composer/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 20 and exactly 5 expected in /var/www/html/admin/libraries/utility.functions.php:306
Stack trace:
#0 /var/www/html/admin/libraries/Composer/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php(20): freepbx_error_handler()
#1 /var/www/html/admin/libraries/Composer/vendor/composer/ClassLoader.php(444): include('...')
#2 /var/www/html/admin/libraries/Composer/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile()
#3 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#4 /var/www/html/admin/libraries/Composer/vendor/filp/whoops/src/Whoops/Run.php(117): class_exists()
#5 /var/www/html/admin/bootstrap.php(135): Whoops\Run->register()
#6 /etc/freepbx.conf(12): require_once('...')
#7 /var/lib/asterisk/bin/fwconsole(12): include_once('...')
#8 {main} in /var/www/html/admin/libraries/Composer/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php on line 20
Any fwconsole command gives that error.
The difference between systems is:
the old one is activated where new one isn’t
the old one is reachable on port 8080 as port 80 is used for let’s encrypt certificate system (sangoma connect active)
Any suggestion please ?