- Joined
- Nov 12, 2007
- Messages
- 597
- Reaction score
- 0
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
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.