Streams App access denied 4.5

Status
Not open for further replies.

bayden10

New Member
Oct 2, 2016
18
0
1
Canada
www.icttech.net
Hi,
when trying to access Streams via the Gui within Apps I now get "access denied". I have checked permissions on the directory /var/www/fusionpbx/app/streams and streams.php file and all are correct.

I have noticed that the streams.php uses:
//includes
require_once "root.php";
require_once "resources/require.php";
require_once "resources/check_auth.php";

the directory /streams/resources/ is empty


where is stream_view being called from, modules?
//check permissions
if (permission_exists('stream_view')) {
//access granted
}
else {
echo "access denied";
exit;
}

thanks,
Jim
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Look in group manager in advanced settings. You will probably be surprised to find that even superadmin doesn't get access to everything by default.
 
Status
Not open for further replies.