Fusionbpx Web GUI not displaying entire pages

Status
Not open for further replies.

tkintenn

Member
Aug 8, 2018
30
4
8
Knoxville, Tn
A problem I just noticed.

For example, I goto Advanced > Default Settings. It doesn't render everything. It stops showing anything after "auto_login". I can hit refresh several times and it will eventually display or if I leave the page and come back, after several attempts, it will display more. Attached a screenshot.

Doing the same thing on call recordings. It shows 2 recordings but says there's 1722.... and under call detail records, same problem. It pulled the latest, upgraded schema, menu's, and permissions. Updated Centos 7 but it didn't change anything.

There is an error in the nginx logs about permission error on a .php file. the user freeswitch has rwx on all files under /var/www/fusionpbx, so I'm not sure where the problem is. I found mention of a nginx proxy folder but I don't see one listed under /var/cache for nginx.

Anyone have any ideas?

1577368265856.png
 

tkintenn

Member
Aug 8, 2018
30
4
8
Knoxville, Tn
Here is the error, now from nginx...
2019/12/26 09:07:22 [crit] 10425#0: *5 open() "/var/lib/nginx/tmp/fastcgi/2/00/0000000002" failed (13: Permission denied) while reading upstream, client: x.x.x.x, server: fusionpbx, request: "GET /core/default_settings/default_settings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "x.x.x.x"

The permissions on /varlib/nginx/tmp/fastcgi/2/00/0000000002
Code:
drwx------ 2 freeswitch daemon 6 Jul 23 12:14 00

There's nothing in the 00 folder...
Code:
[root@st-pbx 00]# ls -l
total 0
[root@st-pbx 00]#
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,498
413
83
What user is Nginx running as, on a default Debian install is is www-data, if this is the case, it would not have permissions to access the file/directory owned by user freeswitch, as the error suggests.

What are your software version numbers, OS, Fusion, FreeSwitch etc.? How did you do the install?
 

tkintenn

Member
Aug 8, 2018
30
4
8
Knoxville, Tn
Its running as user freeswitch. Centos and Debian are entirely different.

Centos 7
Fusionpbx 4.4

This is an nginx permission error. The phone system is working just fine.
 
Status
Not open for further replies.