SOLVED Dashboard not accessible IPBX2021, fresh install

Eliad

Active Member
Joined
Aug 13, 2017
Messages
658
Reaction score
138
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);
}
 
The problem is finding PHP 5.6. If you really want to use Incredible PBX 2021, I'd suggest switching to one of the Virtual Machine platforms where prebuilt images are still available. VirtualBox6, Proxmox7, and VMware images are available, and tutorials can be found on Nerd Vittles: VirtualBox, Proxmox, VMware.
 
Last edited:
The problem is finding PHP 5.6. If you really want to use Incredible PBX 2021, I'd suggest switching to one of the Virtual Machine platforms where prebuilt images are still available. VirtualBox6, Proxmox7, and VMware images are available, and tutorials can be found on Nerd Vittles: VirtualBox, Proxmox, VMware.
Thank you for the information. I will try the prebuild images instead
 
@Eliad: I spent yesterday trying to resuscitate PHP 5.6 so that the Incredible PBX 2021 platform could be installed. I think we've got it solved, but it could use some testing. DO NOT EXPOSE THE WEB OR SSH INTERFACES TO THE PUBLIC INTERNET! Just follow this Nerd Vittles tutorial with the new, reworked installer:

Installing Incredible PBX 2021 on Debian 10 Server


Screenshot 2024-08-01 at 8.22.57 AM.png
 
Last edited:
@Eliad: I spent yesterday trying to resuscitate PHP 5.6 so that the Incredible PBX 2021 platform could be installed. I think we've got it solved, but it could use some testing. DO NOT EXPOSE THE WEB OR SSH INTERFACES TO THE PUBLIC INTERNET! Just follow this Nerd Vittles tutorial with the new, reworked installer:

Installing Incredible PBX 2021 on Debian 10 Server


View attachment 5537
Awesome, thank you for your hard work. i will give it a try and report back
 
got first step working, i didnt do the apt update of Debian being afraid I will end up updating to the wrong PHP.
Then I tried to install fax using the script in the root. first asked to switch to php5.6 using the script in root, this worked. Then run the installer for fax, this didnt work, the asterisk wont load.
 

Attachments

  • Screenshot 2024-08-01 110342.png
    Screenshot 2024-08-01 110342.png
    22.5 KB · Views: 2

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top