Permission denied on dashboard

We are running Asterisk 13.7.2 with FreePBX 10.13.66-5 and all modules updated. From the dashboard XMPP Presence, Prosody and Phone Apps Daemon have a hover errors of:
sh: /var/www/html/admin/modules/xmpp/check-xmpp.sh: Permission denied for XMPP Presence
sh: /var/www/html/admin/modules/xmpp/check-prosody.sh: Permission denied for Prosody (XMPP)
sh: /var/www/html/admin/modules/restapps/check-restapps.sh: Permission denied for Phone Apps Daemon

When attempting to do a “fwconsole chown” I get:

[root@sip /]# fwconsole chown
Taking too long? Customize the chown command, See http://wiki.freepbx.org/display/FOP/FreePBX+Chown+Conf
Setting Permissions…
2700/4548903 [>---------------------------] 0%

[Whoops\Exception\ErrorException]
filetype(): Lstat failed for /var/lib/php/session/sess_11rgaol9qqc0jbkgapgh8dvb16

chown [args1] … [argsN]

Can someone help out with this?

run fwconsole chown again

That resolved the permissions issue and the output the message.

[root@sip /]# fwconsole chown
Taking too long? Customize the chown command, See http://wiki.freepbx.org/display/FOP/FreePBX+Chown+Conf
Setting Permissions...
 4553797/4553797 [============================] 100%
Finished setting permissions
One or more files skipped by configuration in freepbx_chown.conf
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/.bin/forever which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/express/node_modules/send/node_modules/.bin/mime which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/.bin/flatiron which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/.bin/prettyjson which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/forever-monitor/node_modules/chokidar/node_modules/readdirp/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/.bin/acorn which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/forever-monitor/node_modules/chokidar/node_modules/readdirp/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/.bin/esparse which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/forever-monitor/node_modules/chokidar/node_modules/readdirp/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/.bin/esvalidate which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/shush/node_modules/.bin/strip-json-comments which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/shush/node_modules/caller/node_modules/.bin/tape which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/utile/node_modules/.bin/mkdirp which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/utile/node_modules/.bin/ncp which points to a file that no longer exists
Removing dangling symlink /var/www/html/admin/modules/zulu/node/node_modules/forever/node_modules/utile/node_modules/.bin/rimraf which points to a file that no longer exists
[root@sip /]# 

Now the xmpp and phone apps deamon have the message “Deamon Not Running (Started)”

All of this is in the wiki.

fwconsole restart

Thank you for the assistance. I was attempting to rush through this. I apologize for my ignorance.