Urgent updates for Freepbx

Status
Not open for further replies.

DaveD

Joined
Nov 12, 2007
Messages
597
Reaction score
0
Hello Dave, thanks for the Info, but:
Code:
There is a bug that will give you a white page ie no gui if you have php < 5.3 and FreePBX 2.11

http://issues.freepbx.org/browse/FREEPBX-7130

to fix it add:
if (!function_exists("gethostname")) {
        function gethostname() {
                return trim(php_uname('n'));
        }
}

to libraries/php-upgrade/upgrade.php
/niklas
is highly recommended also, block extern access to the Web Interface also
 
Hi Daved.

I notified the Elastix team for that.
 
Status
Not open for further replies.

Members Online Now

Forum statistics

Threads
111,859
Messages
589,433
Members
164,699
Latest member
CLTedu