[06-May-2022 14:00:01 UTC] PHP Warning: include_once(/etc/freepbx.conf): failed to open stream: Permission denied in /var/www/html/admin/config.php on line 127
[06-May-2022 14:00:01 UTC] PHP Warning: include_once(): Failed opening '/etc/freepbx.conf' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/admin/config.php on line 127
[06-May-2022 14:00:01 UTC] PHP Fatal error: Uncaught Error: Class 'FreePBX' not found in /var/www/html/admin/config.php:137
Stack trace:
#0 {main}
thrown in /var/www/html/admin/config.php on line 137
[06-May-2022 13:39:28 UTC] PHP Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in /var/www/html/admin/config.php on line 72
[06-May-2022 13:39:28 UTC] PHP Warning: session_start(): open(/var/lib/php/session/sess_kv2t0affn5biib3pg00git4cuj, O_RDWR) failed: Permission denied (13) in /var/www/html/admin/config.php on line 73
[06-May-2022 13:39:28 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/lib/php/session) in /var/www/html/admin/config.php on line 73
[06-May-2022 13:39:28 UTC] PHP Warning: include_once(/etc/freepbx.conf): failed to open stream: Permission denied in /var/www/html/admin/config.php on line 127
[06-May-2022 13:39:28 UTC] PHP Warning: include_once(): Failed opening '/etc/freepbx.conf' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/admin/config.php on line 127
[06-May-2022 13:39:28 UTC] PHP Fatal error: Uncaught Error: Class 'FreePBX' not found in /var/www/html/admin/config.php:137
Stack trace:
#0 {main}
thrown in /var/www/html/admin/config.php on line 137
make -C /usr/src/kernels/`uname -r`
[root@freepbx dahdi-linux-complete-3.1.0+3.1.0]# make -C /usr/src/kernels/`uname -r`
make: Entering directory `/usr/src/kernels/3.10.0-1127.19.1.el7.x86_64'
make[1]: *** No rule to make target `arch/x86/syscalls/syscall_32.tbl', needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h'. Stop.
make: *** [archheaders] Error 2
make: Leaving directory `/usr/src/kernels/3.10.0-1127.19.1.el7.x86_64'
var request = new XMLHttpRequest;
request.open('GET', './location.txt', true);
request.onload = function () {
const fields = ['address', 'status', 'data_zayavki', 'data_podkl'];
var array = request.responseText.toString().split("\n");
for(i in array) {
let myAdressPoints = Object.fromEntries(array[i].toString().split('; ').map((v, i) => [fields[i], v]));
}
};
request.send(null);
Заметил в пакетах аутентификация идет и в регистрах и в invite. Может попробовать убрать ее, в рамках теста?