"Call to a member function get() on null

I just installed FreePBX, but it shows this error, commenting this like let me access to installation/config from web but UCP won’t work

My setup:

Ubuntu 18.04
PHP 7.2
NodeJS 10
FreePBX 15.0.17.53

PHP 7.2 is not supported for any version of FreePBX.

Which version works with FreePBX ? I tried 5.6, 7.2 and 7.3

FreePBX 15 is officially supported on PHP 5.6 and “community supported” (that is, several of us run it and it works) on PHP 7.3.

1 Like

Hi,
I had the same issue an I resolved it by changing the user and the group in apache2 configuration
in your apache2.config file (/etc/apache2/apache2.config), replace the user and the group with

user asterisk
group asterisk

It works for me and I hope it will help you

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.