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.