App Destinations - Field 'Actions' is blank, when I am trying to create or edit destination

Status
Not open for further replies.

Gofaizen

New Member
Aug 5, 2020
13
0
1
52
Hello...

I have a problem with creating or editing destinations in app Destinations after upgrade FusionPBX from 4.5.16 to 4.5.20.
When I am trying to edit or create destination I get field Actions blank. But in the list of destinations i can see actions in previously created destinations.
I have checked database integrity - everything is OK.
Please help me with this issue.
Here is screenshot of this form.

Here is a list of destinations :
Screenshot_20201204_163617.png

Here is a form, where Actions is blank

Screenshot_20201204_162113.png
 
I get this sometimes after an upgrade, I run App defaults, Menu defaults, and Permission Defaults. Then I logout using logout.php. Clear browser cache and usually it is fixed. Let me know if that helps.
 
Hello.....
I have fresh installation of FusionPBX 4.5.21 and old pgsql database from previous installation.
And again - field Action empty in Destination editor.
I understand that there is a problem with DB schema.
I did the upgrade of schema - no result.
I tried to copy scripts to ../app/destinations from old version - ver 4.5.1x and filed Action became normal.

Please assist me.
 
If you have latest files but old database, your install is broken

As mentioned already, upgrading requires more than just updating source files. Schema needs to be updated often and permissions are added/changed fairly often.

Always do a complete upgrade. Either one step at a time, or select all check boxes at once. Usually a good idea to check schema update multiple times if there were changes noted. Update until there aren’t any more changes
 
I lost my virtual machine with CentOS 7 and FusionPBX 4.5.16 and created new one with latest CentOS 7 and last version of FusionPBX - 4.5.21. I have standalone pgsql server with old database (from FusionPBX 4.5.16).
I did schema upgrade several times - no more changes left. But - no result. Field Action empty.
All other features working as expecting.
 
I solved the problem.

Run the command below.


INSERT INTO "public"."v_default_settings"("default_setting_uuid", "app_uuid", "default_setting_category", "default_setting_subcategory", "default_setting_name", "default_setting_value", "default_setting_order", "default_setting_enabled", "default_setting_description") VALUES ('b132ff5a-da8d-4846-b46d-2f0bfa9ae96b', '5ec89622-b19c-3559-64f0-afde802ab139', 'destinations', 'unique', 'boolean', 'true', NULL, 't', 'Require destinations to be unique true or false.');
INSERT INTO "public"."v_default_settings"("default_setting_uuid", "app_uuid", "default_setting_category", "default_setting_subcategory", "default_setting_name", "default_setting_value", "default_setting_order", "default_setting_enabled", "default_setting_description") VALUES ('d6cf39aa-edc0-4682-9868-5f8198b3383c', '5ec89622-b19c-3559-64f0-afde802ab139', 'destinations', 'select_mode', 'text', 'default', NULL, 't', 'Options: default, dynamic');
 
Status
Not open for further replies.