karlma / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

errors after upgrade: destinations #951

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

existing dev branch install at rev 8211
1. upgraded from in fusionpbx, checked all boxes. 
2. after upgraded attempted to make changes to existing destinations, receive 
error

What is the expected output? What do you see instead?
attempting to change destinations from deleted ring group to new one yields 
error:

delete from v_dialplan_details where dialplan_uuid = 
'ea30ba3e-ef4c-4660-b7ee-cd1f59af28fb' 

Fatal error: Class 'permissions' not found in 
/var/www/fusionpbx/app/destinations/destination_edit.php on line 378

What version of the product are you using? On what operating system?
latest dev, rev 8448 on debian wheezy. 

Please provide any additional information below.
used fusionpbx to do upgrade. Did not delete any dialplan entries. 

Original issue reported on code.google.com by i...@terraenetworks.com on 9 May 2015 at 4:40

GoogleCodeExporter commented 9 years ago
Advanced -> Group Manager -> Restore Defaults
Logout and back in.

Original comment by markjcrane@gmail.com on 9 May 2015 at 4:47

GoogleCodeExporter commented 9 years ago
Restored defaults in group manager, logout and login. Problem persists. 

delete from v_dialplan_details where dialplan_uuid = 
'ea30ba3e-ef4c-4660-b7ee-cd1f59af28fb' 

Fatal error: Class 'permissions' not found in 
/var/www/fusionpbx/app/destinations/destination_edit.php on line 378

Original comment by i...@terraenetworks.com on 9 May 2015 at 4:52

GoogleCodeExporter commented 9 years ago
Are you trying to edit it from a user in the admin or from auperadmin group its 
important to know which one.

Original comment by markjcrane@gmail.com on 9 May 2015 at 5:44

GoogleCodeExporter commented 9 years ago
As superuser

Original comment by i...@terraenetworks.com on 9 May 2015 at 5:51

GoogleCodeExporter commented 9 years ago
/resources/classes/permissions.php was missing. once restored, problem resolved.

Original comment by sevenate on 9 May 2015 at 5:53

GoogleCodeExporter commented 9 years ago
Once svn update was run in /resources/classes, the permissions.php was added 
and can now make edits to desitnations. 

Original comment by i...@terraenetworks.com on 9 May 2015 at 5:56