Hi,
I’ve tried the ISO-Image aswell as the install script. None of them is working. After installing the ISO the system wont boot and is sitting on GRUB(?). So I tried installing Debian 12 and runnung the Install Script, as mentiones in the manual. I get the following output:
2025-08-04 17:17:15 - freepbx17 installed successfully....
2025-08-04 17:17:15 - ###############################
2025-08-04 17:17:15 - Installing all local modules
PHP Parse error: syntax error, unexpected character 0x00 in /var/www/html/admin/libraries/modulefunctions.class.php on line 1777
2025-08-04 17:17:15 - ****** INSTALLATION FAILED *****
2025-08-04 17:17:16 - Installation failed at step Installing all local modules. Please check log /var/log/pbx/freepbx17-install-2025.08.04-16.53.03.log for details.
2025-08-04 17:17:16 - Error at line: 1199 exiting with code 255 (last command was: fwconsole ma installlocal >> "$log")
2025-08-04 17:17:16 - Exiting script
The part of the modulefunctions.class.php ist messed up however:
case UPLOAD_ERR_PARTIAL:
$message = _("The uploaded file was only partially uploaded");
break;
case UPLOAD_��/^@0�/^@803^@�13^@^X�O^@p�O^@��O^@^@^@^@^@^A^@^@^@^@^@^@^@X^@^@^@^@^@^@^@oCDc�^T|�^@^@^@^@^@^@^@^@��O^@^@^@^@^@8�O^@^@^@^@^@��O^@^@^@^@^@^B^@^@^@^@^@^@^@��O^@^A^@^@^@SYSLOG_PID=78645^A^@^@^@>
�f��!��`/^@^Pj/^@^Pl/^@0n/^@�n/^@�o/^@ p/^@�t/^@^Pu/^@`�/^@��/^@^X�/^@��2^@^@�2^@X�2^@��2^@x�2^@��2^@P�2^@��2^@@^@3^@��O^@8�O^@��O^@^@�O^@P�O^@^F^@^@^@^@^@^@^@(^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ȺO^@^@^@^@^@^@^@^@^@^@^@^@^@^F^@^@^@^@^@^@^@(^>
�^@^@^@^@^@^@l�s^W�;^F^@+���x^@^@^@��^^��uH������j�~�����bx��`/^@^Pl/^@0n/^@�n/^@�o/^@ p/^@�t/^@^Pu/^@P�/^@`�/^@��/^@�A3^@�A3^@�B3^@PC3^@�C3^@�C3^@XD3^@0E3^@�E3^@(F3^@�F3^@��O^@X�O^@^A^@^@^@^@^@^@^@s^@^@^@^@^@^@^@)׆^X���U^@^@^@^@^@^@^@^>
if (unlink($filename) === false) {
freepbx_log(FPBX_LOG_WARNING,sprintf(_("failed to delete %s from cache directory after opening module archive."),$filename));
}
If I try to call the webinterface I get the Apache Default or if I navigate directly to /admin I get an error 500.
Is it me or are the installers (ISO + Shell Script) broken atm?