Provisioning Editor missing

Status
Not open for further replies.

Andrew Byrd

Member
Feb 16, 2018
309
10
18
53
I noticed my "Provisioning Editor" option is missing under Advanced. How do I edit the templates now?
 

Andrew Byrd

Member
Feb 16, 2018
309
10
18
53
Thank you for that link. After reading the link I still can't figure out how to edit the provision templates
 

ad5ou

Active Member
Jun 12, 2018
884
196
43
You can either add the editor app back to your fusion install, or use your favorite editor from a terminal, or download, edit, upload templates using your favorite method.

To re-add the editor, log into terminal then do following:
Code:
cd /var/www/fusionpbx/app

git clone https://github.com/fusionpbx/fusionpbx-app-edit.git  edit

chown -R www-data:www-data /var/www/fusionpbx/app/edit
Once the files are there, run Advanced>Upgrade and select menu and permission defaults.
 
Last edited:

roger_roger

Member
Oct 12, 2016
198
19
18
69
You can either add the editor app back to your fusion install, or use your favorite editor from a terminal, or download, edit, upload templates using your favorite method.

To re-add the editor, log into terminal then do following:
Code:
cd /var/www/fusionpbx/app

git clone https://github.com/fusionpbx/fusionpbx-app-edit.git  edit

chown -R www-data:www-data /var/www/fusionpbx/app/edit
Once the files are there, run Advanced>Upgrade and select menu and permission defaults.

Do you have an instruction set for adding adminer back in?
 

ad5ou

Active Member
Jun 12, 2018
884
196
43
Do you have an instruction set for adding adminer back in?
Not really since Mark now recommends alternative database managers. One alternative using dbeaver is documented in the members' documentation.

But if you REALLY want Adminer as it used to be, you can copy the files from older commit on github to the proper directory on your Fusionpbx server and it can work again.
 

roger_roger

Member
Oct 12, 2016
198
19
18
69
Not really since Mark now recommends alternative database managers. One alternative using dbeaver is documented in the members' documentation.

But if you REALLY want Adminer as it used to be, you can copy the files from older commit on github to the proper directory on your Fusionpbx server and it can work again.

Is that the general member area or the paying member area?
 

Andrew Byrd

Member
Feb 16, 2018
309
10
18
53
You can either add the editor app back to your fusion install, or use your favorite editor from a terminal, or download, edit, upload templates using your favorite method.

To re-add the editor, log into terminal then do following:
Code:
cd /var/www/fusionpbx/app

git clone https://github.com/fusionpbx/fusionpbx-app-edit.git  edit

chown -R www-data:www-data /var/www/fusionpbx/app/edit
Once the files are there, run Advanced>Upgrade and select menu and permission defaults.


Thank you for the information on how to add Provision Editor back in the Advanced menu. I followed your directions and Provision Editor is now back in the menu. I then went to upgrade and selected Menu default and Permission default. It showed success

However when I click on Provision Editor it says access denied. Can you help me around this?
 

markjcrane

Active Member
Staff member
Jul 22, 2018
448
162
43
49
Next step is to logout. The access permissions are stored in a server side session when you login.
 

markjcrane

Active Member
Staff member
Jul 22, 2018
448
162
43
49
It has to be installed did you install it. Using instructions given in this thread.
 

bluepoet

Member
Feb 24, 2022
43
0
6
52
Do these codes work on an Ubuntu system? And if I do the menu defaults does it change any of the settings on the phone or just the root tree menus in the pbx? Have a grandstream GXP template I want to modify but I have yet to figure out where the files are kept or how to edit them. This may be my ticket to getting somewhere.
 
Do these codes work on an Ubuntu system? And if I do the menu defaults does it change any of the settings on the phone or just the root tree menus in the pbx? Have a grandstream GXP template I want to modify but I have yet to figure out where the files are kept or how to edit them. This may be my ticket to getting somewhere.
No reason why they shouldn't work on any system, follow the instructions above :)
 

hfoster

Active Member
Jan 28, 2019
676
80
28
34
I'd personally just get used to doing it the traditional way of editing the files on the server using vim or nano:

Code:
root@pbx:~# vim /var/www/fusionpbx/resources/templates/provision/grandstream/
README.md  gac2500/   grp2612w/  grp2616/   gxp110x/   gxp1450/   gxp20xx/   gxp2135/   gxp21xx/   gxv300x/   gxv3240/   gxv3504/   gxw410x/   ht701/     ht802/     wave/
dp715/     gds3705/   grp2613/   grp261x/   gxp116x/   gxp1450bk/ gxp2100/   gxp2140/   gxp21xxbk/ gxv3140/   gxv3275/   gxw4004/   gxw42xx/   ht702/     ht814/     wp810/
dp715.sm/  gds3710/   grp2614/   grp26xx/   gxp140x/   gxp16xx/   gxp2124/   gxp2160/   gxp2200/   gxv3175/   gxv3370/   gxw4008/   ht502/     ht704/     ht818/     wp820/
dp750/     grp2612/   grp2615/   gswave/    gxp140xbk/ gxp17xx/   gxp2130/   gxp2170/   gxp3240/   gxv3175v2/ gxv3380    gxw40xx/   ht503/     ht801/     htx86/
 

bluepoet

Member
Feb 24, 2022
43
0
6
52
I'd personally just get used to doing it the traditional way of editing the files on the server using vim or nano:

Code:
root@pbx:~# vim /var/www/fusionpbx/resources/templates/provision/grandstream/
README.md  gac2500/   grp2612w/  grp2616/   gxp110x/   gxp1450/   gxp20xx/   gxp2135/   gxp21xx/   gxv300x/   gxv3240/   gxv3504/   gxw410x/   ht701/     ht802/     wave/
dp715/     gds3705/   grp2613/   grp261x/   gxp116x/   gxp1450bk/ gxp2100/   gxp2140/   gxp21xxbk/ gxv3140/   gxv3275/   gxw4004/   gxw42xx/   ht702/     ht814/     wp810/
dp715.sm/  gds3710/   grp2614/   grp26xx/   gxp140x/   gxp16xx/   gxp2124/   gxp2160/   gxp2200/   gxv3175/   gxv3370/   gxw4008/   ht502/     ht704/     ht818/     wp820/
dp750/     grp2612/   grp2615/   gswave/    gxp140xbk/ gxp17xx/   gxp2130/   gxp2170/   gxp3240/   gxv3175v2/ gxv3380    gxw40xx/   ht503/     ht801/     htx86/
Good to know - thank you.
 
Status
Not open for further replies.