Hi!
I've created custom app for Fusion (actually, as a basic took Call Flow app)
Developed it on one server. But when moved to other (with App Defaults, Menu Defaults, all stuff), when trying to access app, got this
Fatal error: Call to undefined function if_group() in /var/www/fusionpbx/resources/check_auth.php on line 253
But in my app I have same headers as in other apps, like
require_once "root.php";
require_once "resources/require.php";
require_once "resources/check_auth.php";
if (permission_exis.....
I can't get why it's working on other server and not - on another (Versions are same - 4.2.2), other apps working well.
If any - I've modified $apps[$x]['menu'][0]['parent_uuid'] in app_menu.php to fit current uuid.
I've created custom app for Fusion (actually, as a basic took Call Flow app)
Developed it on one server. But when moved to other (with App Defaults, Menu Defaults, all stuff), when trying to access app, got this
Fatal error: Call to undefined function if_group() in /var/www/fusionpbx/resources/check_auth.php on line 253
But in my app I have same headers as in other apps, like
require_once "root.php";
require_once "resources/require.php";
require_once "resources/check_auth.php";
if (permission_exis.....
I can't get why it's working on other server and not - on another (Versions are same - 4.2.2), other apps working well.
If any - I've modified $apps[$x]['menu'][0]['parent_uuid'] in app_menu.php to fit current uuid.