FusionPBX Install Error on CentOS 7
-
Attempting to install the latest FusionPBX on CentOS 7 (officially supported setup.) The initial install is fine. When do the web based portion of the install, I get past the database portion no problem. Then it runs the database creation script, then I get a ton of "false" messages and after "Checking if domain exists" I get this error:
Fatal error: Call to a member function execute() on a non-object in /var/www/fusionpbx/core/install/resources/classes/install_fusionpbx.php on line 591"
And it just quits there.
-
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
Fatal error: Call to a member function execute() on a non-object in /var/www/fusionpbx/core/install/resources/classes/install_fusionpbx.php on line 591"
That line is...
if($prep_statement->execute() === false){ throw new Exception("Failed to search for domain: " . join(":", $this->dbh->errorInfo())); }
-
CentOS? I thought they were Debian. I know I was using Debian when I last tested it. My issue was trying to use Debian 9 before they supported it. I switched back to 8 and it worked flawlessly.
-
@jaredbusch said in FusionPBX Install Error on CentOS 7:
CentOS? I thought they were Debian. I know I was using Debian when I last tested it. My issue was trying to use Debian 9 before they supported it. I switched back to 8 and it worked flawlessly.
They list CentOS as one of their three supported options, along with Debian and FreeBSD.
-
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@jaredbusch said in FusionPBX Install Error on CentOS 7:
CentOS? I thought they were Debian. I know I was using Debian when I last tested it. My issue was trying to use Debian 9 before they supported it. I switched back to 8 and it worked flawlessly.
They list CentOS as one of their three supported options, along with Debian and FreeBSD.
Been a while since I did it, but I believe Debian was was what they tested with.
-
@jaredbusch said in FusionPBX Install Error on CentOS 7:
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@jaredbusch said in FusionPBX Install Error on CentOS 7:
CentOS? I thought they were Debian. I know I was using Debian when I last tested it. My issue was trying to use Debian 9 before they supported it. I switched back to 8 and it worked flawlessly.
They list CentOS as one of their three supported options, along with Debian and FreeBSD.
Been a while since I did it, but I believe Debian was was what they tested with.
I can switch to that easily enough.
-
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@jaredbusch said in FusionPBX Install Error on CentOS 7:
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@jaredbusch said in FusionPBX Install Error on CentOS 7:
CentOS? I thought they were Debian. I know I was using Debian when I last tested it. My issue was trying to use Debian 9 before they supported it. I switched back to 8 and it worked flawlessly.
They list CentOS as one of their three supported options, along with Debian and FreeBSD.
Been a while since I did it, but I believe Debian was was what they tested with.
I can switch to that easily enough.
They probably support 9 by now. It was a year ago when I did it. Pretty much weeks after 9 came out.
-
It's just a lab, I'll give it a try.
-
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
It's just a lab, I'll give it a try.
Looks like they are still on Debian 8
-
Yeah, it was a year ago when I was playing with it.
FusionPBX person even popped in the thread.
https://mangolassi.it/topic/14616/setting-up-fusionpbx/26
-
Mark (the dev) says they're on Debian 8 'coz FreeSwitch runs on 8.
-
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Mark (the dev) says they're on Debian 8 'coz FreeSwitch runs on 8.
But has FreeSWITCH not updated yet?
-
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Mark (the dev) says they're on Debian 8 'coz FreeSwitch runs on 8.
But has FreeSWITCH not updated yet?
Still on Debian 8.1
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+First+Steps
-
@fateknollogee said in FusionPBX Install Error on CentOS 7:
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Mark (the dev) says they're on Debian 8 'coz FreeSwitch runs on 8.
But has FreeSWITCH not updated yet?
Still on Debian 8.1
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+First+StepsWow, what is FreeSwitch thinking?
-
@fateknollogee said in FusionPBX Install Error on CentOS 7:
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Mark (the dev) says they're on Debian 8 'coz FreeSwitch runs on 8.
But has FreeSWITCH not updated yet?
Still on Debian 8.1
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+First+StepsDebian 9 here...
https://freeswitch.org/confluence/display/FREESWITCH/Debian+9+Stretch
-
FreeSWITCH has directions for CentOS 7, too.
And a stub for Fedora 29.
-
@scottalanmiller FusionPBX should support Debian 9 then!
-
That's what I was thinking
Maybe it does.
-
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
-
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
Awesome. Thanks.
-
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
So outdated documentation? Or what?
-
@jaredbusch said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
So outdated documentation? Or what?
Probably.
Me keeps thinking, we (this community) probably needs to give FusionPBX a good test drive.
I've installed it before but never done much with it.
-
@fateknollogee said in FusionPBX Install Error on CentOS 7:
@jaredbusch said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
So outdated documentation? Or what?
Probably.
Me keeps thinking, we (this community) probably needs to give FusionPBX a good test drive.
I've installed it before but never done much with it.I'm planning to migrate my company to it to force myself to get practice on it.
I had a full demo years ago and it worked fine. Just FreePBX /Elastix/IncrediblePBX were easier to manage for the laymen.
-
@jaredbusch said in FusionPBX Install Error on CentOS 7:
I'm planning to migrate my company to it to force myself to get practice on it.
I like that idea!
I had a full demo years ago and it worked fine. Just FreePBX /Elastix/IncrediblePBX were easier to manage for the laymen.
Agree!
-
@scottalanmiller said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
Awesome. Thanks.
Spun up a vm & can confirm Fusion installed ok on Debian 9.3 (kernel 4.9.0-8) + FreeSwitch 1.8.2
-
@fateknollogee said in FusionPBX Install Error on CentOS 7:
@jaredbusch said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
So outdated documentation? Or what?
Probably.
Me keeps thinking, we (this community) probably needs to give FusionPBX a good test drive.
I've installed it before but never done much with it.Totally, we need more FusionPBX stuff going on around here.
-
@jaredbusch said in FusionPBX Install Error on CentOS 7:
@fateknollogee said in FusionPBX Install Error on CentOS 7:
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
So outdated documentation? Or what?
Seems like just one page of it wasn't updated. The rest was.
-
@scottalanmiller and all, I don't know why you still loosing time. Use my rpms and install freeswitch/fusionpbx in minutes
https://okay.network/blog-news/rpm-repositories-for-centos-6-and-7.html