I needed the IPBX2021 for the complete fax function.
I just did a fresh IBPX2021 install on Debian 10.7 per instruction on. Install is in a Proxmox VM
i could not get to the GUI after the install(see bellow error). Then i noticed on boot it was complaining pm2 is not installed
I tried to install it and pm2 module was not installed because npm was missing. I installed npm using apt install npm then i did fwconsole ma install pm2
When I try to log into the GUI dashboard i get this. Not sure where to go from here.
<?php
// License for all code of this FreePBX module can be found in the license file inside the module directory
// Copyright 2013 Schmooze Com Inc.
//
if (file_exists(dirname(__FILE__) . '/index_custom.php')) {
include_once(dirname(__FILE__) . '/index_custom.php');
} else {
$basename = pathinfo($_SERVER['PHP_SELF'],PATHINFO_DIRNAME);
$uri = (!empty($basename) && $basename != '/') ? $basename . '/admin' : '/admin';
header('Location: '.$uri);
}
I just did a fresh IBPX2021 install on Debian 10.7 per instruction on. Install is in a Proxmox VM
i could not get to the GUI after the install(see bellow error). Then i noticed on boot it was complaining pm2 is not installed
I tried to install it and pm2 module was not installed because npm was missing. I installed npm using apt install npm then i did fwconsole ma install pm2
When I try to log into the GUI dashboard i get this. Not sure where to go from here.
<?php
// License for all code of this FreePBX module can be found in the license file inside the module directory
// Copyright 2013 Schmooze Com Inc.
//
if (file_exists(dirname(__FILE__) . '/index_custom.php')) {
include_once(dirname(__FILE__) . '/index_custom.php');
} else {
$basename = pathinfo($_SERVER['PHP_SELF'],PATHINFO_DIRNAME);
$uri = (!empty($basename) && $basename != '/') ? $basename . '/admin' : '/admin';
header('Location: '.$uri);
}
