Search results

  1. U

    SOLVED access denied - all menu sections (except Home)

    After switching to master branch and executing cd /var/www/fusionpbx /usr/bin/php /var/www/fusionpbx/core/upgrade/upgrade.php I can't get access to all menu - except Home&dashboard&profile settings. /logout.php does not help I can't edit Group manager (to edit superadmin permissions) -...
  2. U

    SOLVED Restore default menu and theme with upgrade

    I updated one of my old FusionPBX from 4.2 to 4.4 (proxmox, lxc, debian 9) mv /var/www/fusionpbx /var/www/fusionpbx-4.2 cd /var/www && git clone -b 4.4 https://github.com/fusionpbx/fusionpbx.git chown -R www-data:www-data /var/www/fusionpbx Then go to Advanced -> Upgrade and update the Source...