UCP error after XMPP install on Freepbx 13

Got this message when loading UCP after installing upgrading to FreePBX 13 and then installing XMPP…(also have firewall enabled)…running on Asterisk 13

Whoops\Exception\ErrorException thrown with message “Class ‘Less_Exception_Parser’ not found”

Stacktrace:
#0 in /var/www/html/admin/modules/ucp/htdocs/includes/less/Cache.php:214

D Rubie

Uninstall xmpp. If it works then report back.

Got this error when reloading after uninstalled XMPP:

Reload failed because retrieve_conf encountered an error: 1

exit: 1
Whoops\Exception\ErrorException: unlink(/var/www/html/ucp/modules/Xmpp): Permission denied in file /var/www/html/admin/modules/ucp/Ucp.class.php on line 535
Stack trace:

  1. Whoops\Exception\ErrorException->() /var/www/html/admin/modules/ucp/Ucp.class.php:535
  2. Whoops\Run->handleError() :0
  3. unlink() /var/www/html/admin/modules/ucp/Ucp.class.php:535
  4. Ucp->generateUCP() /var/www/html/admin/modules/ucp/Ucp.class.php:510
  5. Ucp->genConfig() /var/www/html/admin/libraries/BMO/FileHooks.class.php:97
  6. FreePBX\FileHooks->processNewHooks() /var/www/html/admin/libraries/BMO/FileHooks.class.php:26
  7. FreePBX\FileHooks->processFileHooks() /var/lib/asterisk/bin/retrieve_conf:823

D Rubie

Solved: ran fwconsole chown and then was able to load UCP and login.

However, it reset the firewall interface to trusted.And when I set the interface to External all my trunks and 1 extension that were not in a trusted zone disconnected.

Will start a new issue.

D Rubie