SOLVED Restore default menu and theme with upgrade

Status
Not open for further replies.

USoff

New Member
Jun 21, 2017
6
0
1
43
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 Code, Schema, Menu Defaults and Permission Defaults.
done

Then restarted php5-fpm and nginx.


root@fusionpbx:~# ls -lah /etc/fusionpbx/
total 24K
drwxr-xr-x 2 root root 4.0K Aug 22 2019 .
drwxr-xr-x 124 root root 12K Aug 31 14:12 ..
-rw-r--r-- 1 www-data www-data 2.2K Aug 31 15:59 config.lua
-rw-r--r-- 1 www-data www-data 2.2K Aug 22 2019 config.php



But I still have, different from default, menu with some missed submenus, and my custom colors in the GUI theme (colors can be changed in Default Settings, of course).
Dashboard - FusionPBX 2020-09-01 00-14-54.pngDashboard - FusionPBX 2020-09-01 00-14-54.png


How I can get default FusionPBX style?
 
Last edited:
Status
Not open for further replies.